If any request returns an error it will be in the following format:
Field | Description | Format |
---|---|---|
code | The HTTP Status code of the error | string |
message | A more detailed description of the error | string |
{
"code": 10,
"message": "Your country or region is not supported."
}