Skip to main content
Deno.errors.Interrupted - Deno documentation
class Deno.errors.Interrupted
extends Error
Raised when the underlying operating system reports an `EINTR` error. In many cases, this underlying IO error will be handled internally within Deno, or result in an @{link BadResource} error instead.