|
Meeting SDK for Android API Reference
|
Zoom error code definitions. More...
Static Public Attributes | |
| static final int | ZOOM_ERROR_SUCCESS = 0 |
| static final int | ZOOM_ERROR_INVALID_ARGUMENTS = 1 |
| static final int | ZOOM_ERROR_ILLEGAL_APP_KEY_OR_SECRET = 2 |
| static final int | ZOOM_ERROR_NETWORK_UNAVAILABLE = 3 |
| static final int | ZOOM_ERROR_AUTHRET_CLIENT_INCOMPATIBLE = 4 |
| static final int | ZOOM_ERROR_AUTHRET_TOKENWRONG = 5 |
| static final int | ZOOM_ERROR_AUTHRET_KEY_OR_SECRET_ERROR = 6 |
| static final int | ZOOM_ERROR_AUTHRET_ACCOUNT_NOT_SUPPORT = 7 |
| static final int | ZOOM_ERROR_AUTHRET_ACCOUNT_NOT_ENABLE_SDK = 8 |
| static final int | ZOOM_ERROR_AUTHRET_LIMIT_EXCEEDED_EXCEPTION = 9 |
| static final int | ZOOM_ERROR_DEVICE_NOT_SUPPORTED = 99 |
| static final int | ZOOM_ERROR_UNKNOWN = 100 |
| static final int | ZOOM_ERROR_DOMAIN_DONT_SUPPORT = 101 |
Zoom error code definitions.
Definition at line 6 of file ZoomError.java.
|
static |
Authentication fails. Account does not enable SDK.
Definition at line 33 of file ZoomError.java.
|
static |
Authentication fails. Account not supported.
Definition at line 30 of file ZoomError.java.
|
static |
The API calls fail because the auth client version does not support.
Definition at line 21 of file ZoomError.java.
|
static |
Authentication fails. Key or secret error.
Definition at line 27 of file ZoomError.java.
|
static |
The authentication rate limit is exceeded.
Definition at line 36 of file ZoomError.java.
|
static |
The JWT token to authenticate is wrong.
Definition at line 24 of file ZoomError.java.
|
static |
The device is not supported by Zoom.
Definition at line 39 of file ZoomError.java.
|
static |
The domain is not supported.
Definition at line 45 of file ZoomError.java.
|
static |
The API calls fail because the key or secret is illegal.
Definition at line 15 of file ZoomError.java.
|
static |
The API calls fail due to one or more invalid arguments.
Definition at line 12 of file ZoomError.java.
|
static |
The API calls fail because the network is unavailable.
Definition at line 18 of file ZoomError.java.
|
static |
API calls successfully.
Definition at line 9 of file ZoomError.java.
|
static |
The API calls fail due to an unknown reason.
Definition at line 42 of file ZoomError.java.