public interface FaultCodes
| Modifier and Type | Field and Description |
|---|---|
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.
|
static final int RPC_VERSION_MISMATCH
static final int UNSPECIFIED_REJECTION
static final int BAD_ACTIVITY_ID
static final int WHO_ARE_YOU_FAILED
static final int MANAGER_NOT_ENTERED
static final int OPERATION_RANGE_ERROR
static final int UNKNOWN_INTERFACE
static final int WRONG_BOOT_TIME
static final int YOU_CRASHED
static final int PROTOCOL_ERROR
static final int OUTPUT_ARGUMENTS_TOO_BIG
static final int SERVER_TOO_BUSY
static final int UNSUPPORTED_TYPE
static final int INVALID_PRESENTATION_CONTEXT_ID
static final int UNSUPPORTED_AUTHENTICATION_LEVEL
static final int INVALID_CHECKSUM
static final int INVALID_CRC
Copyright © 2017 LSST. All rights reserved.