AssetStatusError interface

Defines the asset status error properties.

Properties

code

Error code for classification of errors (ex: 400, 404, 500, etc.).

message

Human readable helpful error message to provide additional context for error (ex: “capability Id 'foo' does not exist”).

Property Details

code

Error code for classification of errors (ex: 400, 404, 500, etc.).

code?: number

Property Value

number

message

Human readable helpful error message to provide additional context for error (ex: “capability Id 'foo' does not exist”).

message?: string

Property Value

string