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

Usage in Deno

import { ReadableBase } from "node:stream";

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

Type

Error | null