deno / latest / ~ / deno.errors.busy.html

Deno.errors.Busy

Raised when the underlying IO resource is not available because it is being awaited on in another block of code.

class Busy extends Error { }

Extends

Error