public static final class CommandResponse.ErrorCode
extends java.lang.Object
Error objects.| Modifier and Type | Field and Description |
|---|---|
static int |
ACCESS_RESTRICTED
Error code for AccessRestricted.
|
static int |
ALREADY_PROGRESS
Error code for AlreadyProgress.
|
static int |
AUTH_REQUIRED
Error code for AuthRequired.
|
static int |
BAD_REQUEST
Error code for BadRequest.
|
static int |
DATABASE_ERROR
Error code for DatabaseError.
|
static int |
DISABLE_APPLICATION
Error code for DisableApplication.
|
static int |
DUP_DATA
Error code for DupData.
|
static int |
DUP_PRODUCT
Error code for DupProduct.
|
static int |
FILE_NOT_FOUND
Error code for FileNotFound.
|
static int |
GATEWAY_BUSY
Error code for GatewayBusy.
|
static int |
GW_ALREADY_OWNED
Error code for GatewayAlreadyOwned.
|
static int |
GW_NOT_IN_NW
Error code for GatewayNotInNetwork.
|
static int |
GW_NOT_PROVISION
Error code for GatewayNotProvision.
|
static int |
HTTP_TIMEOUT
Error code for HttpTimeout.
|
static int |
INPUT_RES_NOT_FOUND
Error code for InputResNotFound.
|
static int |
INTERNAL_SERVER
Error code for InternalServer.
|
static int |
INVALID_CREDENTIALS
Error code for InvalidCredentials.
|
static int |
INVALID_PARAMS
Error code for InvalidParams.
|
static int |
INVALID_RANGE
Error code for InvalidRange.
|
static int |
JOIN_PROGRESS
Error code for JoinProgress.
|
static int |
MISSING_PARAMS
Error code for MissingParams.
|
static int |
NAME_RECURRING
Error code for NameRecurring.
|
static int |
NETWORK_BLOCKED
Error code for NetworkBlocked.
|
static int |
NOT_FOUND
Error code for NotFound.
|
static int |
NW_UNALLOCATED
Error code for NwUnallocated.
|
static int |
PAYMENT_FAILED
Error code for PaymentFailed.
|
static int |
RES_NOT_FOUND
Error code for ResNotFound.
|
static int |
SERVER_ERROR
Error code for ServerError.
|
static int |
SESSION_EXPIRED
Error code for SessionExpired.
|
static int |
TIMEOUT
Error code for Timeout.
|
static int |
TX_FAILED
Error code for TxFailed.
|
static int |
UNKNOWN
Error code for Unknown.
|
static int |
USR_EXISTS
Error code for UsrExists.
|
static int |
USR_NOT_EXISTS
Error code for UsrNotExists.
|
public static final int UNKNOWN
public static final int BAD_REQUEST
public static final int MISSING_PARAMS
public static final int INVALID_PARAMS
public static final int INVALID_RANGE
public static final int DUP_DATA
public static final int USR_NOT_EXISTS
public static final int GW_NOT_IN_NW
public static final int NAME_RECURRING
public static final int USR_EXISTS
public static final int DUP_PRODUCT
public static final int AUTH_REQUIRED
public static final int SESSION_EXPIRED
public static final int INVALID_CREDENTIALS
public static final int ACCESS_RESTRICTED
public static final int GATEWAY_BUSY
public static final int JOIN_PROGRESS
public static final int GW_NOT_PROVISION
public static final int GW_ALREADY_OWNED
public static final int ALREADY_PROGRESS
public static final int DISABLE_APPLICATION
public static final int NETWORK_BLOCKED
public static final int NOT_FOUND
public static final int FILE_NOT_FOUND
public static final int RES_NOT_FOUND
public static final int INPUT_RES_NOT_FOUND
public static final int NW_UNALLOCATED
public static final int INTERNAL_SERVER
public static final int PAYMENT_FAILED
public static final int TX_FAILED
public static final int DATABASE_ERROR
public static final int SERVER_ERROR
public static final int HTTP_TIMEOUT
public static final int TIMEOUT