List of all possible errors?
Deviljeff.1946:
Hi! Like the title says, is there a list of all possible errors (and http status codes) I can receive when calling an endpoint? It would be helpful to handle errors better depending on what went wrong
So far I’ve found these errors :
- 400 or 503? – (when the servers are down, I don’t remember the error message)
- 403 – endpoint requires authentication (when using an invalid API key)
- 403 – requires scope <SCOPE> (when using an API key with insufficient permissions)
- 404 – no such id (when calling an endpoint with an invalid item id)
- 404 – not found (when calling an endpoint that doesn’t exist)
Are there more possible errors?
Thank you!