[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator
ErrorResponse
Defines the properties of the error response.
Properties
map of
string
errorDetails
Optional
The details of the error response.
integer as int32
httpStatusCode
Optional
The http status code of the error response.
string
majorErrorCode
Optional
The major error code of the error response.
string
message
Optional
The message of the error response.
string
minorErrorCode
Optional
The minor error code of the error response.
array of
string
parameterList
Optional
The parameter list of the error response.
JSON Example
{
"errorDetails": {
"key": "string"
},
"errorStack": "ErrorResponse Object",
"httpStatusCode": 0,
"majorErrorCode": "string",
"message": "string",
"minorErrorCode": "string",
"parameterList": [
"string"
]
}
This structure contains a property with a Circular Reference. This means that this data structure, is
part of a chain, that has a looping reference back on its self.
Dependency Chain.
To identify where the loop occurs in your dependency chain, check below.
ErrorResponse
ErrorResponse
Automated code generation tools, may produce unexpected results because of this.
Dependency Chain.
To identify where the loop occurs in your dependency chain, check below.
ErrorResponse
Automated code generation tools, may produce unexpected results because of this.