AssetEndpointProfileStatusError interface
Defines the asset endpoint profile 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: “targetAddress 'foo' is not a valid url”). |
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: “targetAddress 'foo' is not a valid url”).
message?: string
Property Value
string