|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
These are constants used within the MERI interface.
Field Summary | |
static int |
CLIENT_AUTHENTICATION_FAILED
Indicates that the provided client does is not authorized to perform the requested action: Value = 100 |
static int |
CLIENT_NOT_AUTHORIZED
Indicates the client was not authorized to use the services of the peer middleware product: Value = 23 |
static int |
CLIENT_NOT_FOUND
The provided client was not found: Value = 300 |
static int |
INCORRECT_PASSWORD
The password provided is incorrect: Value = 101 |
static int |
INVALID_ARGUMENT
Indicates an argument passed to one of the methods of an interface was either out of range, null when null is not allowed, etc, value = 102. |
static int |
INVALID_CLIENT_ID_OR_PASSWORD
Indicates the client id or password were incorrect: Value = 21 |
static int |
INVALID_MERI_ID_OR_PASSWORD
Indicates the MERI id or password were incorrect: Value = 20. |
static int |
INVALID_SUBSCRIBER_ID
An illegal subscriber type or subscriber id was provided: Value = 311 |
static int |
MERI_NOT_AUTHORIZED
Indicates the middleware using the MERI does not have permission to use the MERI: Value = 24. |
static int |
OK
Indicates that an action was successful: Value = 0 |
static int |
SEVERITY_CRITICAL
Indicates a critical severity event: Value = 4 |
static int |
SEVERITY_MAJOR
Indicates a major severity event: Value = 3 |
static int |
SEVERITY_MINOR
Indicates a minor severity event: Value = 2 |
static int |
SEVERITY_NORMAL
Indicates a normal level event: Value = 0 |
static int |
SEVERITY_WARNING
Indicates a warning level event: Value = 1 |
static int |
SUBSCRIBER_NOT_FOUND
The provided subscriber was not found: Value = 310 |
static int |
SYSTEM_FAILURE
A server side system failure occured: Value = 10 |
static int |
UNDEFINED
Unknown or unexpected result: Value = -1 |
static int |
UNSUPPORTED_SUBSCRIBER_TYPE
Some operations only support some subscriber types (MSID,PSID,TSID etc): Value = 312 This code indicates that requested action does not support the provided subscriber type. |
Field Detail |
public static final int INVALID_MERI_ID_OR_PASSWORD
public static final int INVALID_CLIENT_ID_OR_PASSWORD
public static final int CLIENT_NOT_AUTHORIZED
public static final int MERI_NOT_AUTHORIZED
public static final int SEVERITY_NORMAL
public static final int SEVERITY_WARNING
public static final int SEVERITY_MINOR
public static final int SEVERITY_MAJOR
public static final int SEVERITY_CRITICAL
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 SUBSCRIBER_NOT_FOUND
public static final int INVALID_SUBSCRIBER_ID
public static final int UNSUPPORTED_SUBSCRIBER_TYPE
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |