Type alias ConnectionRestoringErrorEvent

ConnectionRestoringErrorEvent: {
    custom_data: Version;
    error_message: string;
    is_success: false;
    type: "connection-restoring-error";
}

Connection restoring error event when there is an error during the connection restoring process.

Type declaration

  • custom_data: Version

    Custom data for the connection.

  • error_message: string

    Reason for the error.

  • is_success: false

    Connection success flag.

  • type: "connection-restoring-error"

    Event type.

Generated using TypeDoc