OperationResponse
operationIduuid
The ID of the associated operation
successboolean
A boolean indicator for operation processing success.
errorCode object
oneOf
- ErrorCode
- MOD2
codestring
A textual error code explaining the error reason
messagestring
A longer textual description of the error code and any contextual reasons for the failure. Only use the code to systematically detect reasons, as the message can be updated at any time.
OperationResponse
{
"operationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"success": true,
"errorCode": {
"code": "string",
"message": "string"
}
}