ApiError interface
Api error.
code | The error code. |
details | The Api error details |
innererror | The Api inner error |
message | The error message. |
target | The target of the particular error. |
The error code.
code?: string
Property Value
string
The error message.
message?: string
Property Value
string
The target of the particular error.
target?: string
Property Value
string