DefaultErrorResponseError interface
Error model.
Properties
| code | Standardized string to programmatically identify the error. |
| details | Error details. |
| innererror | More information to debug error. |
| message | Detailed error description and debugging information. |
| target | Detailed error description and debugging information. |
Property Details
code
Standardized string to programmatically identify the error.
code?: string
Property Value
string
details
Error details.
details?: DefaultErrorResponseErrorDetailsItem[]
Property Value
innererror
More information to debug error.
innererror?: string
Property Value
string
message
Detailed error description and debugging information.
message?: string
Property Value
string
target
Detailed error description and debugging information.
target?: string
Property Value
string