ErrorInfo interface
The code and message for an error.
Properties
| additional |
Additional properties that can be provided on the error info object |
| code | A machine readable error code. |
| details | error details. |
| innererror | Inner error details if they exist. |
| message | A human readable error message. |
Property Details
additionalProperties
Additional properties that can be provided on the error info object
additionalProperties?: Record<string, any>
Property Value
Record<string, any>
code
A machine readable error code.
code: string
Property Value
string
details
innererror
message
A human readable error message.
message: string
Property Value
string