Class: TransportTimeoutError
A read timed out waiting for bytes from the printer.
Extends
Constructors
Constructor
ts
new TransportTimeoutError(transport: TransportType, timeoutMs: number): TransportTimeoutError;Parameters
| Parameter | Type |
|---|---|
transport | TransportType |
timeoutMs | number |
Returns
TransportTimeoutError
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;