DefaultErrorResponseError interface
Error model.
Properties
| code | Standardized string to programmatically identify the error. NOTE: This property will not be serialized. It can only be populated by the server. |
| details | Details or the error |
| innererror | More information to debug error. NOTE: This property will not be serialized. It can only be populated by the server. |
| message | Detailed error description and debugging information. NOTE: This property will not be serialized. It can only be populated by the server. |
| target | Detailed error description and debugging information. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
code
Standardized string to programmatically identify the error. NOTE: This property will not be serialized. It can only be populated by the server.
code?: string
Property Value
string
details
Details or the error
details?: DefaultErrorResponseErrorDetailsItem[]
Property Value
innererror
More information to debug error. NOTE: This property will not be serialized. It can only be populated by the server.
innererror?: string
Property Value
string
message
Detailed error description and debugging information. NOTE: This property will not be serialized. It can only be populated by the server.
message?: string
Property Value
string
target
Detailed error description and debugging information. NOTE: This property will not be serialized. It can only be populated by the server.
target?: string
Property Value
string