public interface ZoomError
Modifier and Type | Field and Description |
---|---|
static int |
ZOOM_ERROR_DEVICE_NOT_SUPPORTED
Device is not supported by Zoom
|
static int |
ZOOM_ERROR_ILLEGAL_APP_KEY_OR_SECRET
Failed due to illegal App Key or Secret.
|
static int |
ZOOM_ERROR_INVALID_ARGUMENTS
Failed due to one or more invalid arguments.
|
static int |
ZOOM_ERROR_NETWORK_UNAVAILABLE
Failed due to a network unavailable.
|
static int |
ZOOM_ERROR_SUCCESS
API call is success.
|
static int |
ZOOM_ERROR_UNKNOWN
Failed due to an unknown reason.
|
static final int ZOOM_ERROR_SUCCESS
static final int ZOOM_ERROR_INVALID_ARGUMENTS
static final int ZOOM_ERROR_ILLEGAL_APP_KEY_OR_SECRET
static final int ZOOM_ERROR_NETWORK_UNAVAILABLE
static final int ZOOM_ERROR_DEVICE_NOT_SUPPORTED
static final int ZOOM_ERROR_UNKNOWN
Copyright © 2012-2014 Zoom Video Communications, Inc. All Rights Reserved.