org.xins.server
Interface DefaultResultCodes

All Known Implementing Classes:
API, Function

public interface DefaultResultCodes

Constants for the default result codes.

Version:
XML file ($Revision: 1.13 $ $Date: 2006/03/21 13:00:50 $); XSLT file ($Revision: 1.18 $ $Date: 2006/09/08 08:36:13 $)
Author:
Ernst de Haan

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

_DISABLED_FUNCTION

public static final ResultCode _DISABLED_FUNCTION
Constant for the _DisabledFunction result code. The description for this result code is:
"The function is currently disabled."


_INTERNAL_ERROR

public static final ResultCode _INTERNAL_ERROR
Constant for the _InternalError result code. The description for this result code is:
"There was an internal error."


_INVALID_REQUEST

public static final ResultCode _INVALID_REQUEST
Constant for the _InvalidRequest result code. The description for this result code is:
"Indicates that the request is considered invalid since it does not match the criteria defined by the specification."


_INVALID_RESPONSE

public static final ResultCode _INVALID_RESPONSE
Constant for the _InvalidResponse result code. The description for this result code is:
"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/.