Enum CompletionCode
- All Implemented Interfaces:
Serializable
,Comparable<CompletionCode>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionCannot return number of requested data bytes.Cannot execute command.Requested Sensor, data, or record not present.Destination unavailable.Cannot execute duplicated request.Command response could not be provided.FRU device busy.Command illegal for specified sensor or record type.Illegal or unrecognized parameter.Cannot execute command.Inactive session ID.Command response could not be provided.Cannot execute command due to insufficient privilege level or other security - based restriction (e.g. disabled for 'firmware firewall').Insufficient resources to create a session.Insufficient resources to create a session at the requested role.Invalid authentication algorithm.Used to indicate an unrecognized or unsupported command.Invalid confidentiality algorithm.Invalid data field in Request.Invalid session ID.Invalid integrity algorithm.Invalid integrity check value.Command invalid for given LUN.Invalid name length.Invalid payload type.Request data length invalid.Invalid role.Invalid Session Handle in request.Invalid Session ID in request.Request data field length limit exceeded.Command could not be processed because command processing resources are temporarily unavailable.No matching authentication payload.No Cipher Suite match with proposed security algorithms.No matching integrity payload.Command completed normally.Out of space.Parameter out of range.Request data truncated.Reservation Canceled or Invalid Reservation ID.Command response could not be provided.Command response could not be provided.Timeout while processing command.GUID that BMC submitted in RAKP Message 2 was not accepted by remote console.Unauthorized name.Unauthorized role or privilege level requested.Unspecified error. -
Method Summary
Modifier and TypeMethodDescriptionint
getCode()
static CompletionCode
parseInt
(int value) static CompletionCode
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.
-
Enum Constant Details
-
Ok
Command completed normally. -
InsufficientResources
Insufficient resources to create a session. -
UnauthorizedRole
Unauthorized role or privilege level requested. -
InsufficientResourcesForRole
Insufficient resources to create a session at the requested role. -
InvalidNameLength
Invalid name length. -
Frudevicebusy
FRU device busy. The requested cannot be completed because the implementation of the logical FRU device is in a state where the FRU information is temporarily unavailable. This could be due to a condition such as a los s of arbitration if the FRU is implemented as a device on a shared bus. -
UnauthorizedName
Unauthorized name. -
InvalidSessionId
Invalid Session ID in request. -
InvalidSessionHandle
Invalid Session Handle in request. -
UnauthorizedGuid
GUID that BMC submitted in RAKP Message 2 was not accepted by remote console. -
InvalidIntegrityCheckValue
Invalid integrity check value. -
InvalidConfidentialityAlgorithm
Invalid confidentiality algorithm. -
NoMatchingCipherSuite
No Cipher Suite match with proposed security algorithms. -
IllegalOrUnrecognizedParameter
Illegal or unrecognized parameter. -
NodeBusy
Command could not be processed because command processing resources are temporarily unavailable. -
InvalidCommand
Used to indicate an unrecognized or unsupported command. -
InvalidLun
Command invalid for given LUN. -
Timeout
Timeout while processing command. Response unavailable. -
OutOfSpace
Out of space. Command could not be completed because of a lack of storage space required to execute the given command operation. -
ReservationCanceled
Reservation Canceled or Invalid Reservation ID. -
RequestTruncated
Request data truncated. -
InvalidRequestLength
Request data length invalid. -
InvalidId
Invalid session ID. -
LengthLimitExceeded
Request data field length limit exceeded. -
ParameterOutOfRange
Parameter out of range. One or more parameters in the data field of the Request are out of range. This is different fromInvalidData
(CCh) code in that it indicates that the erroneous field(s) has a contiguous range of possible values. -
CannotRespond
Cannot return number of requested data bytes. -
DataNotPresent
Requested Sensor, data, or record not present. -
InvalidData
Invalid data field in Request. -
IllegalCommand
Command illegal for specified sensor or record type. -
DuplicatedRequest
Cannot execute duplicated request. This completion code is for devices which cannot return the response that was returned for the original instance of the request. Such devices should provide separate commands that allow the completion status of the original request to be determined. An Event Receiver does not use this completion code, but returns the 00h completion code in the response to (valid) duplicated requests. -
SdrUpdating
Command response could not be provided. SDR Repository in update mode. -
FirmwareUpdating
Command response could not be provided. Device in firmware update mode. -
InitializationInProgress
Command response could not be provided. BMC initialization or initialization agent in progress. -
InsufficentPrivilege
Cannot execute command due to insufficient privilege level or other security - based restriction (e.g. disabled for 'firmware firewall'). -
CommandNotSupported
Cannot execute command. Command, or request parameter(s), not supported in present state. -
IllegalParameter
Cannot execute command. Parameter is illegal because command sub-function has been disabled or is unavailable (e.g. disabled for 'firmware firewall'). -
UnspecifiedError
Unspecified error. -
InvalidPayloadType
Invalid payload type. -
InvalidAuthenticationAlgorithm
Invalid authentication algorithm. -
InvalidIntegrityAlgorithm
Invalid integrity algorithm. -
NoMatchingAuthenticationPayload
No matching authentication payload. -
NoMatchingIntegrityPayload
No matching integrity payload. -
InactiveSessionID
Inactive session ID. -
InvalidRole
Invalid role.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getCode
public int getCode() -
parseInt
-
getMessage
-