deno / latest / ~ / deno.errors.timedout.html

Deno.errors.TimedOut

Raised when the underlying operating system reports that an I/O operation has timed out (ETIMEDOUT).

class TimedOut extends Error { }

Extends

Error