Skip to main content
WritableBase.prototype.errored - stream - Node documentation
property WritableBase.prototype.errored

Usage in Deno

import { WritableBase } from "node:stream";

Returns error if the stream has been destroyed with an error.

Type

Error | null