public static class Constants.ErrorCodes
extends java.lang.Object
MobileException
Modifier and Type | Field and Description |
---|---|
static int |
AUDIO_ROUTER_ERROR
AudioRouter general error
|
static int |
AUDIO_ROUTER_NOT_FUNCTIONAL
AudiRouter is not functional
|
static int |
AUTHENTICATION_FAILURE
an authentication error occurred
|
static int |
AUTHORIZATION_FAILURE
an authorization error occurred
|
static int |
BAD_REQUEST_FAILURE
request delivered to the server does not found suitable
|
static int |
ERROR_LOCAL_OFFER_IN_PROGRESS
Local offer is in progress
|
static int |
HTTP_ERROR
System returns HTTP Error codes such as 400, 404, 500 etc.
|
static int |
INTERNAL_SERVER_FAILURE
a general error covering non-specific server side exceptions
|
static int |
INVALID_STATE
Invalid state
|
static int |
MESSAGE_PARSE_FAILURE
meaning an error occurred while parsing a message received (like notification message etc)
|
static int |
NETWORK_FAILURE
meaning a network error is occurred;
|
static int |
NOT_ALLOWED_METHOD_FAILURE
the request method used to access to the server is not supported by the server
|
static int |
NOTIFICATION_CHANNEL_FAILURE
Notification channel failure.
|
static int |
NULL_POINTER_FAILURE
meaning an attribute during an execution flow is null;
|
static int |
PROCESS_FAILURE
meaning the process flow defined in the Mobile SDK can not be processed
|
static int |
REGISTRATION_EXPIRED
Registration expired.
|
static int |
REMOTE_SERVER_BUSY
Remote server busy error occured;
|
static int |
REQUEST_PENDING
Request Pending
|
static int |
SECURITY_FAILURE
meaning a security error is encountered
|
static int |
SESSION_FAILED
Session is failed
|
static int |
SYSTEM_FAILURE
a general error covering non-specific exceptions
|
static int |
VALIDITY_FAILURE
meaning validity failure mainly on checks done through input parameters
|
static int |
WEBRTC_FAILURE
meaning a WebRTC error is occurred;
|
static int |
WEBSOCKET_FAILURE
WebSocket failure.
|
static int |
WEBSOCKET_TIMEOUT
WebSocket connection timeout error
|
Constructor and Description |
---|
ErrorCodes() |
public static final int AUTHENTICATION_FAILURE
public static final int AUTHORIZATION_FAILURE
public static final int BAD_REQUEST_FAILURE
public static final int INTERNAL_SERVER_FAILURE
public static final int NOT_ALLOWED_METHOD_FAILURE
public static final int VALIDITY_FAILURE
public static final int SYSTEM_FAILURE
public static final int PROCESS_FAILURE
public static final int SECURITY_FAILURE
public static final int MESSAGE_PARSE_FAILURE
public static final int NULL_POINTER_FAILURE
public static final int NETWORK_FAILURE
public static final int WEBRTC_FAILURE
public static final int REMOTE_SERVER_BUSY
public static final int SESSION_FAILED
public static final int AUDIO_ROUTER_NOT_FUNCTIONAL
public static final int AUDIO_ROUTER_ERROR
public static final int WEBSOCKET_TIMEOUT
public static final int HTTP_ERROR
public static final int REQUEST_PENDING
public static final int ERROR_LOCAL_OFFER_IN_PROGRESS
public static final int INVALID_STATE
public static final int WEBSOCKET_FAILURE
public static final int REGISTRATION_EXPIRED
public static final int NOTIFICATION_CHANNEL_FAILURE