ErrorDetails interface
The details of the error.
Properties
| code | Error code. |
| message | Error message indicating why the operation failed. |
| target | The target of the particular error. |
Property Details
code
Error code.
code?: string
Property Value
string
message
Error message indicating why the operation failed.
message?: string
Property Value
string
target
The target of the particular error.
target?: string
Property Value
string