When working with our API, you will encounter five main kinds of errors: authorization errors, validation errors, server errors, provider errors. Each type of error comes with an appropriate HTTP status code.
All errors share the same basic response format: a status key set to false, and a message describing the error.