StatusError interface
Defines the status config error properties.
Properties
| code | Error code for classification of errors (ex: '400', '404', '500', etc.). |
| details | Array of error details that describe the status of each error. |
| message | Human-readable helpful error message to provide additional context for error (e.g.,: “Capability ID 'foo' does not exist”). |
Property Details
code
Error code for classification of errors (ex: '400', '404', '500', etc.).
code?: string
Property Value
string
details
Array of error details that describe the status of each error.
details?: ErrorDetails[]
Property Value
message
Human-readable helpful error message to provide additional context for error (e.g.,: “Capability ID 'foo' does not exist”).
message?: string
Property Value
string