aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)