ApiError
error objectrequired
code string
The error code.
message string
The description of the error.
ApiError
{
"error": {
"code": "code",
"message": "message"
}
}
The error code.
The description of the error.
{
"error": {
"code": "code",
"message": "message"
}
}