rpc
Interface FaultCodes

All Known Implementing Classes:
FaultCoPdu, FaultException

public interface FaultCodes


Field Summary
static int BAD_ACTIVITY_ID
          Connectionless fault status indicating the server has no state corresponding to the specified activity identifier.
static int INVALID_CHECKSUM
          Fault status indicating an invalid checksum.
static int INVALID_CRC
          Fault status indicating an invalid CRC.
static int INVALID_PRESENTATION_CONTEXT_ID
          Connection-oriented fault status indicating the requested presentation context ID is invalid.
static int MANAGER_NOT_ENTERED
          Fault status indicating the server manager routine has not been entered and executed.
static int OPERATION_RANGE_ERROR
          Fault status indicating the requested operation number is out of range.
static int OUTPUT_ARGUMENTS_TOO_BIG
          Fault status indicating the operation's output parameters are larger than their declared maximum size.
static int PROTOCOL_ERROR
          Fault status indicating a protocol violation.
static int RPC_VERSION_MISMATCH
          Fault status indicating the server does not support the RPC protocol version specified in the request.
static int SERVER_TOO_BUSY
          Fault status indicating the server is currently too busy to service the request.
static int UNKNOWN_INTERFACE
          Fault status indicating the server does not export the interface requested by the client.
static int UNSPECIFIED_REJECTION
          Fault status indicating the server is rejecting the request for unspecified reasons.
static int UNSUPPORTED_AUTHENTICATION_LEVEL
          Fault status indicating the server does not support the authentication level requested.
static int UNSUPPORTED_TYPE
          Fault status indicating the server does not implement the requested operation for the requested object's type.
static int WHO_ARE_YOU_FAILED
          Connectionless fault status indicating the conversation manager callback failed.
static int WRONG_BOOT_TIME
          Connectionless fault status indicating the specified boot time does not match the actual server boot time.
static int YOU_CRASHED
          Connectionless fault status indicating a restarted server called back a client.
 

Field Detail

RPC_VERSION_MISMATCH

static final int RPC_VERSION_MISMATCH
Fault status indicating the server does not support the RPC protocol version specified in the request.

See Also:
Constant Field Values

UNSPECIFIED_REJECTION

static final int UNSPECIFIED_REJECTION
Fault status indicating the server is rejecting the request for unspecified reasons.

See Also:
Constant Field Values

BAD_ACTIVITY_ID

static final int BAD_ACTIVITY_ID
Connectionless fault status indicating the server has no state corresponding to the specified activity identifier.

See Also:
Constant Field Values

WHO_ARE_YOU_FAILED

static final int WHO_ARE_YOU_FAILED
Connectionless fault status indicating the conversation manager callback failed.

See Also:
Constant Field Values

MANAGER_NOT_ENTERED

static final int MANAGER_NOT_ENTERED
Fault status indicating the server manager routine has not been entered and executed.

See Also:
Constant Field Values

OPERATION_RANGE_ERROR

static final int OPERATION_RANGE_ERROR
Fault status indicating the requested operation number is out of range.

See Also:
Constant Field Values

UNKNOWN_INTERFACE

static final int UNKNOWN_INTERFACE
Fault status indicating the server does not export the interface requested by the client.

See Also:
Constant Field Values

WRONG_BOOT_TIME

static final int WRONG_BOOT_TIME
Connectionless fault status indicating the specified boot time does not match the actual server boot time.

See Also:
Constant Field Values

YOU_CRASHED

static final int YOU_CRASHED
Connectionless fault status indicating a restarted server called back a client.

See Also:
Constant Field Values

PROTOCOL_ERROR

static final int PROTOCOL_ERROR
Fault status indicating a protocol violation.

See Also:
Constant Field Values

OUTPUT_ARGUMENTS_TOO_BIG

static final int OUTPUT_ARGUMENTS_TOO_BIG
Fault status indicating the operation's output parameters are larger than their declared maximum size.

See Also:
Constant Field Values

SERVER_TOO_BUSY

static final int SERVER_TOO_BUSY
Fault status indicating the server is currently too busy to service the request.

See Also:
Constant Field Values

UNSUPPORTED_TYPE

static final int UNSUPPORTED_TYPE
Fault status indicating the server does not implement the requested operation for the requested object's type.

See Also:
Constant Field Values

INVALID_PRESENTATION_CONTEXT_ID

static final int INVALID_PRESENTATION_CONTEXT_ID
Connection-oriented fault status indicating the requested presentation context ID is invalid.

See Also:
Constant Field Values

UNSUPPORTED_AUTHENTICATION_LEVEL

static final int UNSUPPORTED_AUTHENTICATION_LEVEL
Fault status indicating the server does not support the authentication level requested.

See Also:
Constant Field Values

INVALID_CHECKSUM

static final int INVALID_CHECKSUM
Fault status indicating an invalid checksum.

See Also:
Constant Field Values

INVALID_CRC

static final int INVALID_CRC
Fault status indicating an invalid CRC.

See Also:
Constant Field Values