[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
GenericUserResponse
Defines the Generic user response.
AllOf
This class requires all of the following:
Properties
JSON Example
{
"majorErrorCode": "string",
"message": "string",
"minorErrorCode": "string",
"parameterList": [
"string"
],
"status": {
"failed": {
"key": "string"
},
"succeeded": [
"string"
]
}
}