This command shall be generated in response to the following commands:

• AddNOC

• UpdateNOC

• UpdateFabricLabel

• RemoveFabric

It provides status information about the success or failure of those commands.

MatterSpecification.v13.Core § 11.18.6.10

interface NocResponse {
    debugText?: string;
    fabricIndex?: FabricIndex;
    statusCode: OperationalCredentials.NodeOperationalCertStatus;
}

Hierarchy (view full)

Properties

debugText?: string

This field may contain debugging textual information from the cluster implementation, which SHOULD NOT be presented to user interfaces in any way. Its purpose is to help developers in troubleshooting errors and the contents may go into logs or crash reports.

MatterSpecification.v13.Core § 11.18.6.10.3

fabricIndex?: FabricIndex

This field shall be present whenever StatusCode has a value of OK. If present, it shall contain the Fabric Index of the Fabric last added, removed or updated.

MatterSpecification.v13.Core § 11.18.6.10.2

This field shall contain an NOCStatus value representing the status of an operation involving a NOC.

MatterSpecification.v13.Core § 11.18.6.10.1