Unblu Embedded App Component API
    Preparing search index...

    Interface ConnectionStateContainer

    Contains information about the current connection state

    interface ConnectionStateContainer {
        errorDetail?: string;
        errorReason?: ErrorReason;
        state: ConnectionState;
    }
    Index

    Properties

    errorDetail?: string

    Details about the error state in a human-readable format.

    Only defined if state is ConnectionState.ERROR

    errorReason?: ErrorReason

    The reason for the error.

    Only defined if state is ConnectionState.ERROR

    Current state of the connection