deno / latest / ~ / deno.errors.unexpectedeof.html

Deno.errors.UnexpectedEof

Raised when attempting to read bytes from a resource, but the EOF was unexpectedly encountered.

class UnexpectedEof extends Error { }

Extends

Error