[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator

ErrorResponse

Response Model for Error Messages


Properties

map of string
errorDetails Optional

Response Model for Error Details


array of ErrorResponse
errorStack Optional

Stack trace for incurring Error


integer as int32
httpStatusCode Optional

string
majorErrorCode Optional

CPN major error code for error response


string
message Optional

Display Message for incurring Error


string
minorErrorCode Optional

CPN minor error code for error response


array of string
parameterList Optional

JSON Example

{
	"errorDetails": {
		"key": "string"
	},
	"errorStack": "ErrorResponse Object",
	"httpStatusCode": 0,
	"majorErrorCode": "string",
	"message": "string",
	"minorErrorCode": "string",
	"parameterList": [
		"string"
	]
}
[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
Property Of

ErrorResponse

Feedback

Was this page helpful?