Handled errors will be thrown with the response status and the data (if any) returned from imgur.

const client = new Client()

client.Account.sendVerificationEmail() // Required authentication.
{
  "status": 403,
  "body": {
    "error": "Malformed auth header.",
    "method": "POST"
  },
  "success": false,
  "status": 403
}