@sovereignbase/peer2peer
    Preparing search index...

    Type Alias P2PConnectionErrorCode

    P2PConnectionErrorCode:
        | "CHANNEL_ERROR"
        | "CHANNEL_CLOSED"
        | "CHANNEL_NOT_AVAILABLE"
        | "CONNECTION_NOT_READY"
        | "UNKNOWN_PEER_CONTRACT"
        | "MISSING_LOCAL_DESCRIPTION"

    Enumerates stable, machine-readable peer-to-peer failure codes.