edu.clemson.bb.ws
Class ClemBBAPI.ErrorCodes
java.lang.Object
edu.clemson.bb.ws.ClemBBAPI.ErrorCodes
- Enclosing class:
- ClemBBAPI
- public static final class ClemBBAPI.ErrorCodes
- extends java.lang.Object
Possible return codes returned by the APIResponse object
- Author:
- Billy Cook, Barry Johnson
To change the template for this generated type comment go to
Window - Preferences - Java - Code Generation - Code and Comments
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NO_COURSE_FOUND
public static final int NO_COURSE_FOUND
- See Also:
- Constant Field Values
BB_PERSISTENCE_ERR
public static final int BB_PERSISTENCE_ERR
- See Also:
- Constant Field Values
USER_NOT_IN_COURSE
public static final int USER_NOT_IN_COURSE
- See Also:
- Constant Field Values
USER_NOT_FOUND
public static final int USER_NOT_FOUND
- See Also:
- Constant Field Values
GROUP_NOT_FOUND
public static final int GROUP_NOT_FOUND
- See Also:
- Constant Field Values
INITIALIZATION_ERR
public static final int INITIALIZATION_ERR
- See Also:
- Constant Field Values
BB_PERSISTENCE_LOADER_ERR
public static final int BB_PERSISTENCE_LOADER_ERR
- See Also:
- Constant Field Values
ERR_ACCESS_DENIED
public static final int ERR_ACCESS_DENIED
- See Also:
- Constant Field Values
USER_ALREADY_EXISTS
public static final int USER_ALREADY_EXISTS
- See Also:
- Constant Field Values
COURSE_ALREADY_EXISTS
public static final int COURSE_ALREADY_EXISTS
- See Also:
- Constant Field Values
ENROLLMENT_ALREADY_EXISTS
public static final int ENROLLMENT_ALREADY_EXISTS
- See Also:
- Constant Field Values
INVALID_ROLE_TYPE
public static final int INVALID_ROLE_TYPE
- See Also:
- Constant Field Values
ENROLLMENT_NOT_FOUND
public static final int ENROLLMENT_NOT_FOUND
- See Also:
- Constant Field Values
VALIDATION_ERROR
public static final int VALIDATION_ERROR
- See Also:
- Constant Field Values
ROLE_NOT_FOUND
public static final int ROLE_NOT_FOUND
- See Also:
- Constant Field Values
INVALID_ORG_NAME
public static final int INVALID_ORG_NAME
- See Also:
- Constant Field Values
MULTIPLE_ERRORS
public static final int MULTIPLE_ERRORS
- See Also:
- Constant Field Values
RUNTIME_ERROR
public static final int RUNTIME_ERROR
- See Also:
- Constant Field Values
ClemBBAPI.ErrorCodes
public ClemBBAPI.ErrorCodes()