HandshakeTimeoutError
The ready/ready-ack handshake never completed.
Extends
Section titled “Extends”Error
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new HandshakeTimeoutError(message?): HandshakeTimeoutError;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
message? | string |
Returns
Section titled “Returns”HandshakeTimeoutError
Overrides
Section titled “Overrides”Error.constructorProperties
Section titled “Properties”cause?
Section titled “cause?”optional cause?: unknown;Inherited from
Section titled “Inherited from”Error.causemessage
Section titled “message”message: string;Inherited from
Section titled “Inherited from”Error.messagename: string;Inherited from
Section titled “Inherited from”Error.namestack?
Section titled “stack?”optional stack?: string;Inherited from
Section titled “Inherited from”Error.stack