Sha256: 3467ee8220e4bd5514babcb1776b3e4c66795c3ca37db10fdc223768d84588cc
Contents?: true
Size: 808 Bytes
Versions: 2
Compression:
Stored size: 808 Bytes
Contents
# Errors The Solidus JSON API uses the following error codes: Error Code | Meaning ---------- | ------- 400 | Bad Request -- Your request sucks 401 | Unauthorized -- Your API key is wrong 403 | Forbidden -- The kitten requested is hidden for administrators only 404 | Not Found -- The specified kitten could not be found 405 | Method Not Allowed -- You tried to access a kitten with an invalid method 406 | Not Acceptable -- You requested a format that isn't json 410 | Gone -- The kitten requested has been removed from our servers 418 | I'm a teapot 429 | Too Many Requests -- You're requesting too many kittens! Slow down! 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.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
solidus_json_api-0.3.1 | docs/source/includes/_errors.md |
solidus_json_api-0.3.0 | docs/source/includes/_errors.md |