Unblu Embedded App Component API
    Preparing search index...

    Enumeration ErrorReason

    Index

    Enumeration Members

    API_KEY: "API_KEY"

    The used API key isn't valid

    AUTHENTICATION: "AUTHENTICATION"

    Due to an authentication issue, the Collaboration Server is no longer reachable

    CONTEXT_MISSING: "CONTEXT_MISSING"

    There is most likely a cookie-related issue, as the server-side context is missing

    CONVERSATION_BUSINESS_ERROR: "CONVERSATION_BUSINESS_ERROR"

    There was an issue with the conversation

    IMPERSONATION: "IMPERSONATION"

    There is an issue caused by user impersonation

    INCOMPATIBLE_CLIENT: "INCOMPATIBLE_CLIENT"

    The JavaScript code loaded in the browser is no longer compatible with the Collaboration Server

    MAX_RETRIES: "MAX_RETRIES"

    The maximum number of connection retry attempts has been reached; no further attempts will be made

    NATIVE_JS_ERROR: "NATIVE_JS_ERROR"

    There was an error from the native JavaScript runtime

    UNKNOWN: "UNKNOWN"

    The reason for the error is unknown

    VISITOR_PERSON: "VISITOR_PERSON"

    The current user isn't a visitor, but an agent