|
Meeting SDK for Android API Reference
|
Pre-meeting error codes. More...
Static Public Attributes | |
| static final int | PreMeetingError_Unknown = -1 |
| static final int | PreMeetingError_Success = 0 |
| static final int | PreMeetingError_ErrorDomain = 1 |
| static final int | PreMeetingError_ErrorService = 2 |
| static final int | PreMeetingError_Error_ALTERHOST_NOT_ASSOCIATE_ZOOM = 1113 |
| static final int | PreMeetingError_Error_ALTERHOST_NOT_IN_ACCOUNT = 1114 |
| static final int | PreMeetingError_Error_ALTERHOST_NOT_PAID_USER = 1115 |
| static final int | PreMeetingError_ErrorInputValidation = 300 |
| static final int | PreMeetingError_ErrorHttpResponse = 404 |
| static final int | PreMeetingError_ErrorNoMeetingNumber = 3009 |
| static final int | PreMeetingError_ErrorTimeOut = 5003 |
Pre-meeting error codes.
Definition at line 6 of file PreMeetingError.java.
|
static |
Alter host error. The alter host is not associated with Zoom.
Definition at line 21 of file PreMeetingError.java.
|
static |
Alter host error. The alter host is not in the account.
Definition at line 24 of file PreMeetingError.java.
|
static |
Alter host error. The alter host is not a paid user.
Definition at line 27 of file PreMeetingError.java.
|
static |
Incorrect domain.
Definition at line 15 of file PreMeetingError.java.
|
static |
The resource requested does not exist.
Definition at line 33 of file PreMeetingError.java.
|
static |
The information input by the user is incorrect.
Definition at line 30 of file PreMeetingError.java.
|
static |
No meeting number.
Definition at line 36 of file PreMeetingError.java.
|
static |
Service is wrong.
Definition at line 18 of file PreMeetingError.java.
|
static |
Timeout.
Definition at line 39 of file PreMeetingError.java.
|
static |
API calls successfully.
Definition at line 12 of file PreMeetingError.java.
|
static |
Unknown error.
Definition at line 9 of file PreMeetingError.java.