Zoom Video SDK for React - v0.0.2
Preparing search index...
hooks
<internal>
ErrorTypes
Type Alias ErrorTypes
ErrorTypes
:
|
"INVALID_OPERATION"
|
"INTERNAL_ERROR"
|
"OPERATION_TIMEOUT"
|
"INSUFFICIENT_PRIVILEGES"
|
"IMPROPER_MEETING_STATE"
|
"INVALID_PARAMETERS"
|
"OPERATION_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_MEETING_STATE: The user is not in a meeting, see the reason for details.
closed
: The meeting is not joined.
on hold
: The user is on hold.
reconnecting
: The meeting 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.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Zoom Video SDK for React - v0.0.2
Loading...
Definition of error types for operations.
closed: The meeting is not joined.on hold: The user is on hold.reconnecting: The meeting is reconnecting.