LogsErrorInfo interface
The code and message for an error.
- Extends
Inherited 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. |
Inherited Property Details
additionalProperties
Additional properties that can be provided on the error info object
additionalProperties?: Record<string, any>
Property Value
Record<string, any>
Inherited From ErrorInfo.additionalProperties
code
details
innererror
Inner error details if they exist.
innererror?: ErrorInfo
Property Value
Inherited From ErrorInfo.innererror
message
A human readable error message.
message: string
Property Value
string
Inherited From ErrorInfo.message