### Errors

The API uses the HTTP status code to indicate failure and the body contains more information.

```text
[Error]
  int - errorCode
  string - message
```

*Example*

```text
HTTP Status Code: 401 (Unauthorized)
  {
    "errorCode":40102,
    "message":"Invalid Signature"
  }
```