File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ The Kittn API uses the following error codes:
7
7
8
8
Error Code | Meaning
9
9
---------- | -------
10
- 400 | Bad Request -- Your request sucks
11
- 401 | Unauthorized -- Your API key is wrong
12
- 403 | Forbidden -- The kitten requested is hidden for administrators only
13
- 404 | Not Found -- The specified kitten could not be found
14
- 405 | Method Not Allowed -- You tried to access a kitten with an invalid method
15
- 406 | Not Acceptable -- You requested a format that isn't json
16
- 410 | Gone -- The kitten requested has been removed from our servers
17
- 418 | I'm a teapot
10
+ 400 | Bad Request -- Your request sucks.
11
+ 401 | Unauthorized -- Your API key is wrong.
12
+ 403 | Forbidden -- The kitten requested is hidden for administrators only.
13
+ 404 | Not Found -- The specified kitten could not be found.
14
+ 405 | Method Not Allowed -- You tried to access a kitten with an invalid method.
15
+ 406 | Not Acceptable -- You requested a format that isn't json.
16
+ 410 | Gone -- The kitten requested has been removed from our servers.
17
+ 418 | I'm a teapot.
18
18
429 | Too Many Requests -- You're requesting too many kittens! Slow down!
19
19
500 | Internal Server Error -- We had a problem with our server. Try again later.
20
20
503 | Service Unavailable -- We're temporarily offline for maintenance. Please try again later.
You can’t perform that action at this time.
0 commit comments