These docs are for v2019.1. Click to read the latest docs for v2020.1.

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 wrong
  • 5xx = We did something wrong
200 - OKEverything worked as expected
400 - Bad RequestThe request didn't work because something you sent was wrong
404 - Not FoundWhatever you asked for doesn't exist (anymore?)
500 - Internal Server ErrorSomething went wrong on our side. This happens more than I'd like, please handle it gracefully.