Errors
These are the HTTP error codes you should expect to receive
We use the normal HTTP error codes you'd expect, but in general:
2xx= It worked!4xx= You did something wrong5xx= We did something wrong
| 200 - OK | Everything worked as expected |
| 400 - Bad Request | The request didn't work because something you sent was wrong |
| 404 - Not Found | Whatever you asked for doesn't exist (anymore?) |
| 500 - Internal Server Error | Something went wrong on our side. This happens more than I'd like, please handle it gracefully. |
Updated 10 months ago
