Package us.zoom.sdk

Interface ZoomError


public interface ZoomError
ZOOM error code definitions.
  • Field Details

    • ZOOM_ERROR_SUCCESS

      static final int ZOOM_ERROR_SUCCESS
      Api calls successfully.
      See Also:
    • ZOOM_ERROR_INVALID_ARGUMENTS

      static final int ZOOM_ERROR_INVALID_ARGUMENTS
      The Api calls failed due to one or more invalid arguments.
      See Also:
    • ZOOM_ERROR_ILLEGAL_APP_KEY_OR_SECRET

      static final int ZOOM_ERROR_ILLEGAL_APP_KEY_OR_SECRET
      The Api calls failed because the key or secret is illegal.
      See Also:
    • ZOOM_ERROR_NETWORK_UNAVAILABLE

      static final int ZOOM_ERROR_NETWORK_UNAVAILABLE
      The Api calls failed because the network is unavailable.
      See Also:
    • ZOOM_ERROR_AUTHRET_CLIENT_INCOMPATIBLE

      static final int ZOOM_ERROR_AUTHRET_CLIENT_INCOMPATIBLE
      The Api calls failed because auth client version don't support.
      See Also:
    • ZOOM_ERROR_AUTHRET_TOKENWRONG

      static final int ZOOM_ERROR_AUTHRET_TOKENWRONG
      The jwt token to authenticate is wrong
      See Also:
    • ZOOM_ERROR_AUTHRET_KEY_OR_SECRET_ERROR

      static final int ZOOM_ERROR_AUTHRET_KEY_OR_SECRET_ERROR
      Auth fail: key or secret error
      See Also:
    • ZOOM_ERROR_AUTHRET_ACCOUNT_NOT_SUPPORT

      static final int ZOOM_ERROR_AUTHRET_ACCOUNT_NOT_SUPPORT
      Auth fail: account not support
      See Also:
    • ZOOM_ERROR_AUTHRET_ACCOUNT_NOT_ENABLE_SDK

      static final int ZOOM_ERROR_AUTHRET_ACCOUNT_NOT_ENABLE_SDK
      Auth fail: account not enable sdk
      See Also:
    • ZOOM_ERROR_AUTHRET_LIMIT_EXCEEDED_EXCEPTION

      static final int ZOOM_ERROR_AUTHRET_LIMIT_EXCEEDED_EXCEPTION
      The authentication rate limit is exceeded.
      See Also:
    • ZOOM_ERROR_DEVICE_NOT_SUPPORTED

      static final int ZOOM_ERROR_DEVICE_NOT_SUPPORTED
      The device is not supported by ZOOM.
      See Also:
    • ZOOM_ERROR_UNKNOWN

      static final int ZOOM_ERROR_UNKNOWN
      The Api calls failed due to an unknown reason.
      See Also:
    • ZOOM_ERROR_DOMAIN_DONT_SUPPORT

      static final int ZOOM_ERROR_DOMAIN_DONT_SUPPORT
      The domain is not support
      See Also: