public enum CompletionCode extends java.lang.Enum<CompletionCode>
Enum Constant and Description |
---|
CannotRespond
Cannot return number of requested data bytes.
|
CommandNotSupported
Cannot execute command.
|
DataNotPresent
Requested Sensor, data, or record not present.
|
DestinationUnavailable
Destination unavailable.
|
DuplicatedRequest
Cannot execute duplicated request.
|
FirmwareUpdating
Command response could not be provided.
|
Frudevicebusy
FRU device busy.
|
IllegalCommand
Command illegal for specified sensor or record type.
|
IllegalOrUnrecognizedParameter
Illegal or unrecognized parameter.
|
IllegalParameter
Cannot execute command.
|
InactiveSessionID
Inactive session ID.
|
InitializationInProgress
Command response could not be provided.
|
InsufficentPrivilege
Cannot execute command due to insufficient privilege level or other security - based restriction (e.g.
|
InsufficientResources
Insufficient resources to create a session.
|
InsufficientResourcesForRole
Insufficient resources to create a session at the requested role.
|
InvalidAuthenticationAlgorithm
Invalid authentication algorithm.
|
InvalidCommand
Used to indicate an unrecognized or unsupported command.
|
InvalidConfidentialityAlgorithm
Invalid confidentiality algorithm.
|
InvalidData
Invalid data field in Request.
|
InvalidId
Invalid session ID.
|
InvalidIntegrityAlgorithm
Invalid integrity algorithm.
|
InvalidIntegrityCheckValue
Invalid integrity check value.
|
InvalidLun
Command invalid for given LUN.
|
InvalidNameLength
Invalid name length.
|
InvalidPayloadType
Invalid payload type.
|
InvalidRequestLength
Request data length invalid.
|
InvalidRole
Invalid role.
|
InvalidSessionHandle
Invalid Session Handle in request.
|
InvalidSessionId
Invalid Session ID in request.
|
LengthLimitExceeded
Request data field length limit exceeded.
|
NodeBusy
Command could not be processed because command processing resources are temporarily unavailable.
|
NoMatchingAuthenticationPayload
No matching authentication payload.
|
NoMatchingCipherSuite
No Cipher Suite match with proposed security algorithms.
|
NoMatchingIntegrityPayload
No matching integrity payload.
|
Ok
Command completed normally.
|
OutOfSpace
Out of space.
|
ParameterOutOfRange
Parameter out of range.
|
RequestTruncated
Request data truncated.
|
ReservationCanceled
Reservation Canceled or Invalid Reservation ID.
|
ResponseUnavailable
Command response could not be provided.
|
SdrUpdating
Command response could not be provided.
|
Timeout
Timeout while processing command.
|
UnauthorizedGuid
GUID that BMC submitted in RAKP Message 2 was not accepted by remote console.
|
UnauthorizedName
Unauthorized name.
|
UnauthorizedRole
Unauthorized role or privilege level requested.
|
UnspecifiedError
Unspecified error.
|
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
java.lang.String |
getMessage() |
static CompletionCode |
parseInt(int value) |
static CompletionCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CompletionCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompletionCode Ok
public static final CompletionCode InsufficientResources
public static final CompletionCode UnauthorizedRole
public static final CompletionCode InsufficientResourcesForRole
public static final CompletionCode InvalidNameLength
public static final CompletionCode Frudevicebusy
public static final CompletionCode UnauthorizedName
public static final CompletionCode InvalidSessionId
public static final CompletionCode InvalidSessionHandle
public static final CompletionCode UnauthorizedGuid
public static final CompletionCode InvalidIntegrityCheckValue
public static final CompletionCode InvalidConfidentialityAlgorithm
public static final CompletionCode NoMatchingCipherSuite
public static final CompletionCode IllegalOrUnrecognizedParameter
public static final CompletionCode NodeBusy
public static final CompletionCode InvalidCommand
public static final CompletionCode InvalidLun
public static final CompletionCode Timeout
public static final CompletionCode OutOfSpace
public static final CompletionCode ReservationCanceled
public static final CompletionCode RequestTruncated
public static final CompletionCode InvalidRequestLength
public static final CompletionCode InvalidId
public static final CompletionCode LengthLimitExceeded
public static final CompletionCode ParameterOutOfRange
InvalidData
(CCh) code in that it indicates that the erroneous field(s) has a contiguous range of possible values.public static final CompletionCode CannotRespond
public static final CompletionCode DataNotPresent
public static final CompletionCode InvalidData
public static final CompletionCode IllegalCommand
public static final CompletionCode ResponseUnavailable
public static final CompletionCode DuplicatedRequest
public static final CompletionCode SdrUpdating
public static final CompletionCode FirmwareUpdating
public static final CompletionCode InitializationInProgress
public static final CompletionCode DestinationUnavailable
public static final CompletionCode InsufficentPrivilege
public static final CompletionCode CommandNotSupported
public static final CompletionCode IllegalParameter
public static final CompletionCode UnspecifiedError
public static final CompletionCode InvalidPayloadType
public static final CompletionCode InvalidAuthenticationAlgorithm
public static final CompletionCode InvalidIntegrityAlgorithm
public static final CompletionCode NoMatchingAuthenticationPayload
public static final CompletionCode NoMatchingIntegrityPayload
public static final CompletionCode InactiveSessionID
public static final CompletionCode InvalidRole
public static CompletionCode[] values()
for (CompletionCode c : CompletionCode.values()) System.out.println(c);
public static CompletionCode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getCode()
public static CompletionCode parseInt(int value)
public java.lang.String getMessage()