Chapter 5.1.16 - Error Response

Error

The Error object contains the error description as applicable:

Key Value
code [int] Error Code
The numeric code associated with the error
msg [string] Error Message
  • Max length: Unlimited

Example

"err": [
{
"code": -2000,
"msg": "Request body cannot be empty."
}
]