public interface DefaultResultCodes
Modifier and Type | Field and Description |
---|---|
static ResultCode |
_DISABLED_API
Constant for the _DisabledAPI result code.
|
static ResultCode |
_DISABLED_FUNCTION
Constant for the _DisabledFunction result code.
|
static ResultCode |
_FUNCTION_NOT_FOUND
Constant for the _FunctionNotFound result code.
|
static ResultCode |
_FUNCTION_NOT_SPECIFIED
Constant for the _FunctionNotSpecified 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_REQUEST_FORMAT
Constant for the _InvalidRequestFormat result code.
|
static ResultCode |
_INVALID_RESPONSE
Constant for the _InvalidResponse result code.
|
static ResultCode |
_NOT_ALLOWED
Constant for the _NotAllowed result code.
|
static final ResultCode _DISABLED_FUNCTION
"The function is currently disabled."
static final ResultCode _DISABLED_API
"The API is currently disabled."
static final ResultCode _INTERNAL_ERROR
"There was an internal error."
static final ResultCode _INVALID_REQUEST
"Indicates that the request is considered invalid since it does not match the criteria defined by the specification."
static final ResultCode _FUNCTION_NOT_SPECIFIED
"Indicates that the request does not contain which function should be called."
static final ResultCode _FUNCTION_NOT_FOUND
"Indicates that the function of the request does not exist."
static final ResultCode _INVALID_REQUEST_FORMAT
"Indicates that the input format is invalid for the calling convention."
static final ResultCode _NOT_ALLOWED
"Indicates that the user is not allowed to call the function."
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."
See http://www.xins.org/.