- Previous: Authentication
- Up: Banq.io Documentation
- Next: Resources
Errors
Banq.io APIs utilize typical HTTP status codes to convey success and failures. 2xx response codes indicates success.
For failures, the following is what is supported.
Error Responses and Validation
Error responses in the 4xx - 5xx range include a common JSON structure describing the error. The basic format looks like this:
{ "errorCode": <application error code>, "errorMessage": "<application error message>" }
Example:
- Previous: Authentication
- Up: Banq.io Documentation
- Next: Resources
0 Comments
Please sign in to post a comment.