com.signalsoftcorp.lst.provisioning
Class WPP10StatusCodes

java.lang.Object
  |
  +--com.signalsoftcorp.lst.provisioning.WPP10StatusCodes

public class WPP10StatusCodes
extends java.lang.Object

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

OK

public static final int OK
Indicates that an action was successful.

SYSTEM_FAILURE

public static final int SYSTEM_FAILURE
A server side system failure occured.

AUTHENTICATION_FAILED

public static final int AUTHENTICATION_FAILED
Indicates that the provided client does is not authorized to perform the requested action.

WRITE_PERMISSION_ERROR

public static final int WRITE_PERMISSION_ERROR
Indicates that the provided provisioning account does not have permission to change attribute of datastore object.

ENTITY_ALREADY_EXISTS

public static final int ENTITY_ALREADY_EXISTS
Indicates that the object to be added already exists in the data store

ENTITY_NOT_FOUND

public static final int ENTITY_NOT_FOUND
Indicates that the object could not be found in the data store

ENTITY_UPDATE_ERROR

public static final int ENTITY_UPDATE_ERROR
Indicates that an error occured when an update was attempted

ENTITY_CONSTRAINT_ERROR

public static final int ENTITY_CONSTRAINT_ERROR
Indicates that there is a coinstraint that the methods provided parameters violates.

PARAMETER_ERROR

public static final int PARAMETER_ERROR
Indicates that a provided parameter has an illegal value.
Constructor Detail

WPP10StatusCodes

public WPP10StatusCodes()


Copyright © SignalSoft Corp. All Rights Reserved.