Zoom VideoSDK UI Toolkit
    Preparing search index...

    Type Alias ErrorTypes

    ErrorTypes:
        | "INVALID_OPERATION"
        | "INTERNAL_ERROR"
        | "OPERATION_TIMEOUT"
        | "INSUFFICIENT_PRIVILEGES"
        | "IMPROPER_SESSION_STATE"
        | "INVALID_PARAMETERS"
        | "OPRATION_LOCKED"

    Definition of error types for operations.

    • INVALID_OPERATION: The operation is invalid, perhaps caused by duplicated operations.
    • INTERNAL_ERROR: The remote service is temporarily unavailable.
    • INSUFFICIENT_PRIVILEGES: The operation is only applicable for a host or manager.
    • OPERATION_TIMEOUT: The operation timed out, try again later.
    • IMPROPER_SESSION_STATE: The user is not in a session, see the reason for details.
    • closed: The session is not joined.
    • on hold: The user is on hold.
    • reconnecting: The session is reconnecting.
    • INVALID_PARAMETERS: The parameters passed to the method are invalid, perhaps the wrong user ID or value, see the reason for details.
    • OPERATION_LOCKED: The operation can not be completed because the relevant property is locked, see the reason for details.