Documentation
    Preparing search index...

    Type Alias ConnectionRestoringErrorEvent

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

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

    Properties

    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.