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 | |
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?: 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