HTTP error codes
The Traede APIs uses the following error codes:
Error Code | Meaning |
---|---|
401 | Unauthorized -- Your access token is wrong |
403 | Forbidden -- You do not have access to the requested resource |
404 | Not Found -- The requested resource could not be found |
405 | Method Not Allowed -- Invalid HTTP verb for route |
422 | Validation error -- You need to change the data to the proper format |
429 | Too Many Requests -- You're being rate limited. |
500 | Internal Server Error -- We had a problem with our server. Try again later. |
503 | Service Unavailable -- We're temporarially offline for maintanance. Please try again later. |