[{"label":"Latest (1.0)","version":"latest"}]
srs-for-vsphere
ErrorDetails
ErrorDetails object gives information for an API error.
Properties
integer as int32
code
Optional
Code of the internal service error. It is useful when error is reported to service maintainers.
string
details
Optional
Details of the error.
string
error_message
Optional
Error message.
JSON Example
{
"code": 0,
"details": "string",
"error_message": "string"
}