Completion Code Definition
更新时间: 2026/08/06
在Gitcode上查看源码Completion Code Definition
| Completion Code | Description |
|---|---|
| 00h | Command completed normally. |
| C0h | Node busy. Command cannot be processed because command processing resources are temporarily unavailable. |
| C1h | Invalid command. Used to indicate an unrecognized or unsupported command. |
| C2h | Command invalid for a given LUN. |
| C3h | Timeout while processing command. Response unavailable. |
| C4h | Out of space. Command cannot be completed due to insufficient storage space required to execute the given command operation. |
| C5h | Reservation canceled or invalid reservation ID. |
| C6h | Request data truncated. |
| C7h | Request data length invalid. |
| C8h | Request data field length limit exceeded. |
| C9h | Parameter out of range. One or more parameters in the data field of the request are out of range. |
| CAh | The number of requested data bytes cannot be returned. |
| CBh | The requested sensor, data, or record does not exist. |
| CCh | Invalid data field in the request. |
| CDh | Command illegal for specified sensor or record type. |
| CEh | Command response cannot be provided. |
| CFh | 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 to 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. |
| D0h | SDR repository in update mode. Command response cannot be provided. |
| D1h | Device in firmware update mode. Command response cannot be provided. |
| D2h | BMC initialization or initialization agent in progress. Command response cannot be provided. |
| D3h | Destination unavailable. Cannot deliver request to the selected destination, for example, this code can be returned if a request message is targeted to SMS, but receive message queue reception is disabled for the particular channel. |
| D4h | Cannot execute the command due to insufficient privilege level or other security based restriction. |
| D5h | Cannot execute command. Command or request parameters not supported in present state. |
| D6h | Cannot execute command. Parameter is illegal because command sub-function has been disabled or is unavailable. |
| FFh | Unspecified error. |
| 01h~7Eh | Custom completion codes. |
| 80h~BEh | Standard command-specific completion codes. |
| All other | Reserved. |