Instances of this class are used as rejection reasons when an underlying stream has become unreadable, but is supposed to be consumed further.
Extends Error.
Each instance will have a name property with a value of
"unreadable-stream". However, the instances will not have stack traces.
Node should log the error as [UnreadableStreamError].
UnreadableStreamError