|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.signalsoftcorp.lst.provisioning.WPP10StatusCodes
Status codes for WPI method responses.
Field Summary | |
static int |
AUTHENTICATION_FAILED
Indicates that the provided client does is not authorized to perform the requested action. |
static int |
ENTITY_ALREADY_EXISTS
Indicates that the object to be added already exists in the data store |
static int |
ENTITY_CONSTRAINT_ERROR
Indicates that there is a coinstraint that the methods provided parameters violates. |
static int |
ENTITY_NOT_FOUND
Indicates that the object could not be found in the data store |
static int |
ENTITY_UPDATE_ERROR
Indicates that an error occured when an update was attempted |
static int |
OK
Indicates that an action was successful. |
static int |
PARAMETER_ERROR
Indicates that a provided parameter has an illegal value. |
static int |
SYSTEM_FAILURE
A server side system failure occured. |
static int |
WRITE_PERMISSION_ERROR
Indicates that the provided provisioning account does not have permission to change attribute of datastore object. |
Constructor Summary | |
WPP10StatusCodes()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int OK
public static final int SYSTEM_FAILURE
public static final int AUTHENTICATION_FAILED
public static final int WRITE_PERMISSION_ERROR
public static final int ENTITY_ALREADY_EXISTS
public static final int ENTITY_NOT_FOUND
public static final int ENTITY_UPDATE_ERROR
public static final int ENTITY_CONSTRAINT_ERROR
public static final int PARAMETER_ERROR
Constructor Detail |
public WPP10StatusCodes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |