You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error section is stored in a separate file in <code>includes/_errors.md</code>. Slate allows you to optionally separate out your docs into many files...just save them to the <code>includes</code> folder and add them to the top of your <code>index.md</code>'s frontmatter. Files are included in the order listed.
5
-
</aside>
6
3
7
-
The Kittn API uses the following error codes:
4
+
The REES46 API uses the following error codes:
8
5
9
6
10
7
Error Code | Meaning
11
8
---------- | -------
12
9
400 | Bad Request -- Your request is invalid.
13
10
401 | Unauthorized -- Your API key is wrong.
14
-
403 | Forbidden -- The kitten requested is hidden for administrators only.
15
-
404 | Not Found -- The specified kitten could not be found.
16
-
405 | Method Not Allowed -- You tried to access a kitten with an invalid method.
11
+
403 | Forbidden -- The method is for internal use only or you don't have secret key to access it.
12
+
404 | Not Found -- The specified object could not be found.
13
+
405 | Method Not Allowed -- You tried to access with an invalid method.
17
14
406 | Not Acceptable -- You requested a format that isn't json.
18
-
410 | Gone -- The kitten requested has been removed from our servers.
19
-
418 | I'm a teapot.
20
-
429 | Too Many Requests -- You're requesting too many kittens! Slow down!
15
+
429 | Too Many Requests -- You're sending too many requests.
21
16
500 | Internal Server Error -- We had a problem with our server. Try again later.
22
17
503 | Service Unavailable -- We're temporarily offline for maintenance. Please try again later.
0 commit comments