ApiError interface
model interface ApiError
Properties
| code | The error code. |
| details | Additional details about the error. |
| innererror | The inner error, if any. |
| message | A human-readable description of the error. |
| target | The target of the error, if applicable. |
Property Details
code
The error code.
code: string
Property Value
string
details
innererror
The inner error, if any.
innererror?: ApiInnerError
Property Value
ApiInnerError
message
A human-readable description of the error.
message: string
Property Value
string
target
The target of the error, if applicable.
target?: string
Property Value
string