Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.