ErrorModel interface
Common error representation.
Properties
| code | Error code. |
| details | Error details. |
| inner |
Inner error message. |
| message | Error message. |
| target | Error target. |
Property Details
code
Error code.
code?: string
Property Value
string
details
innerError
Inner error message.
innerError?: string
Property Value
string
message
Error message.
message?: string
Property Value
string
target
Error target.
target?: string
Property Value
string