|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Constants for the default result codes.
Field Summary | |
static ResultCode |
_DISABLED_FUNCTION
Constant for the _DisabledFunction result code. |
static ResultCode |
_INTERNAL_ERROR
Constant for the _InternalError result code. |
static ResultCode |
_INVALID_REQUEST
Constant for the _InvalidRequest result code. |
static ResultCode |
_INVALID_RESPONSE
Constant for the _InvalidResponse result code. |
Field Detail |
public static final ResultCode _DISABLED_FUNCTION
"The function is currently disabled."
public static final ResultCode _INTERNAL_ERROR
"There was an internal error."
public static final ResultCode _INVALID_REQUEST
"Indicates that the request is considered invalid since it does not match the criteria defined by the specification."
public static final ResultCode _INVALID_RESPONSE
"Indicates that the implementation produced a response that does not match the criteria defined by the specification. Typical callers should treat this like an internal error."
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |