aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-04-27 18:46:20 +0200
committerLorenz Diener <[email protected]>2019-04-27 18:46:20 +0200
commitecdaecf17a96d5e9f6bbede17fe9f12c800d75ec (patch)
tree1a56a558d852f0a29ca762e3b7a448babab3cb39 /docs
parentf809e0029c91d1549124586f08bd7fd636aa0dc6 (diff)
downloadmastodon.py-ecdaecf17a96d5e9f6bbede17fe9f12c800d75ec.tar.gz
Document new error
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 373f7c1..5226055 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -199,6 +199,9 @@ operation due to an upstream problem in the requests/urllib libraries.
199`MastodonRatelimitError` is raised when you hit an API rate limit. You should try 199`MastodonRatelimitError` is raised when you hit an API rate limit. You should try
200again after a while (see the rate limiting section above). 200again after a while (see the rate limiting section above).
201 201
202`MastodonServerError` is raised when the server throws an internal error, likely due
203to server misconfiguration.
204
202`MastodonVersionError` is raised when a version check for an API call fails. 205`MastodonVersionError` is raised when a version check for an API call fails.
203 206
204 207
Powered by cgit v1.2.3 (git 2.41.0)