Class: TransportClosedError
The transport was closed while a read or write was in flight, or a new operation was attempted on a closed transport.
Extends
Constructors
Constructor
ts
new TransportClosedError(transport: TransportType): TransportClosedError;Parameters
| Parameter | Type |
|---|---|
transport | TransportType |
Returns
TransportClosedError
Overrides
Properties
cause?
ts
optional cause?: unknown;Inherited from
message
ts
message: string;Inherited from
name
ts
name: string;Inherited from
stack?
ts
optional stack?: string;Inherited from
transport
ts
readonly transport: TransportType;