Skip to main content
Up or down tonavigateEnter toselectEscape toclose⌘⇧KAI

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 BadResource error instead.