[{"label":"Latest (v1.1)","version":"latest"}]
vmc
ErrorResponse
Properties
string
error_code
Required
unique error code
array of
string
error_messages
Required
localized error messages
string
path
Required
Originating request URI
boolean
retryable
Required
If true, client should retry operation
integer
status
Required
HTTP status code
JSON Example
{
"error_code": "string",
"error_messages": [
"string"
],
"path": "string",
"retryable": false,
"status": 0
}
[{"label":"Latest (v1.1)","version":"latest"}]
vmc