Completion Code Definition
更新时间: 2026/08/06
在Gitcode上查看源码

Completion Code Definition

Completion CodeDescription
00hCommand completed normally.
C0hNode busy. Command cannot be processed because command processing resources are temporarily unavailable.
C1hInvalid command. Used to indicate an unrecognized or unsupported command.
C2hCommand invalid for a given LUN.
C3hTimeout while processing command. Response unavailable.
C4hOut of space. Command cannot be completed due to insufficient storage space required to execute the given command operation.
C5hReservation canceled or invalid reservation ID.
C6hRequest data truncated.
C7hRequest data length invalid.
C8hRequest data field length limit exceeded.
C9hParameter out of range. One or more parameters in the data field of the request are out of range.
CAhThe number of requested data bytes cannot be returned.
CBhThe requested sensor, data, or record does not exist.
CChInvalid data field in the request.
CDhCommand illegal for specified sensor or record type.
CEhCommand response cannot be provided.
CFhCannot 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.
D0hSDR repository in update mode. Command response cannot be provided.
D1hDevice in firmware update mode. Command response cannot be provided.
D2hBMC initialization or initialization agent in progress. Command response cannot be provided.
D3hDestination 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.
D4hCannot execute the command due to insufficient privilege level or other security based restriction.
D5hCannot execute command. Command or request parameters not supported in present state.
D6hCannot execute command. Parameter is illegal because command sub-function has been disabled or is unavailable.
FFhUnspecified error.
01h~7EhCustom completion codes.
80h~BEhStandard command-specific completion codes.
All otherReserved.