Type alias ConnectionFailed

ConnectionFailed: {
    reason: string;
}

Represents a connection failure with a reason.

Type declaration

  • reason: string

    The reason for the failed connection.

Generated using TypeDoc