|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Common constants for all client services.
Field Summary | |
static int |
CLIENT_AUTHENTICATION_FAILED
(100) Indicates that the provided client does is not authorized to perform the requested action. |
static int |
CLIENT_NOT_ENABLED
(301) The client is not enabled. |
static int |
CLIENT_NOT_FOUND
(300) The provided client was not found. |
static int |
INCORRECT_PASSWORD
(101) The password provided is incorrect. |
static int |
INVALID_ARGUMENT
(102) Indicates an argument passed to one of the methods of an interface was either out of range, null when null is not allowed, etc. |
static int |
INVALID_SUBSCRIBER_ID
(311) An illegal subscriber type or subscriber id was provided. |
static int |
MASTER_PRIVACY_DENY_ALL
(313) The request failed because master privacy was enabled for the subscriber. |
static int |
OK
(0) Indicates that an action was successful. |
static int |
OPERATOR_SERVICE_NOT_ENABLED
(314) The operator has disabled this client. |
static int |
SUBSCRIBER_NOT_FOUND
(310) The provided subscriber was not found. |
static int |
SUBSCRIBER_SERVICE_NOT_ENABLED
(315) The subscriber has disabled access for this client. |
static int |
SUBSCRIBER_TYPE_NOT_ALLOWED
(316) The provided subscriber id type is not allowed. |
static int |
SYSTEM_FAILURE
(10) A server side system failure occured. |
static int |
UNDEFINED
(-1) Undefined state. |
static int |
UNSUPPORTED_SUBSCRIBER_TYPE
(312) Some operations only support some subscriber types (MSID,PSID,TSID etc), this code indicates that requested action does not support the provided subscriber type. |
Field Detail |
public static final int UNDEFINED
public static final int OK
public static final int SYSTEM_FAILURE
public static final int CLIENT_AUTHENTICATION_FAILED
public static final int INCORRECT_PASSWORD
public static final int INVALID_ARGUMENT
public static final int CLIENT_NOT_FOUND
public static final int CLIENT_NOT_ENABLED
public static final int SUBSCRIBER_NOT_FOUND
public static final int INVALID_SUBSCRIBER_ID
public static final int UNSUPPORTED_SUBSCRIBER_TYPE
public static final int MASTER_PRIVACY_DENY_ALL
public static final int OPERATOR_SERVICE_NOT_ENABLED
public static final int SUBSCRIBER_SERVICE_NOT_ENABLED
public static final int SUBSCRIBER_TYPE_NOT_ALLOWED
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |