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 | Default value |
|---|---|---|
message | string | 'handshake with the other window timed out' |
Returns
Section titled “Returns”HandshakeTimeoutError
Overrides
Section titled “Overrides”Error.constructorProperties
Section titled “Properties”message
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