ExtendedErrorInfo interface
Error information.
Properties
| additional |
The additional error information. |
| code | The error code. |
| details | The error details. |
| message | The error message. |
| target | The target of the error. |
Property Details
additionalInfo
code
The error code.
code?: string
Property Value
string
details
message
The error message.
message?: string
Property Value
string
target
The target of the error.
target?: string
Property Value
string