[{"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.


array of ErrorResponse
errorStack Optional

The list 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"
	]
}
[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator
Property Of

ErrorResponse

Feedback

Was this page helpful?