ErrorModel interface
Error info.
Properties
| code | Error code. |
| details | List of detailed errors. |
| innererror | Detailed error. |
| message | Error message. |
| target | Target of the error. |
Property Details
code
Error code.
code: string
Property Value
string
details
innererror
message
Error message.
message: string
Property Value
string
target
Target of the error.
target?: string
Property Value
string