Meetup Exceptions Module¶
Exception Classes¶
-
exception
meetup.exceptions.ApiMethodError[source]¶ The called API method is not defined or does not exist.
-
exception
meetup.exceptions.ApiParameterError[source]¶ The called API method is missing a required parameter.
-
exception
meetup.exceptions.HttpClientError[source]¶ Called when the server tells us there was a client error (4xx).
-
exception
meetup.exceptions.HttpServerError[source]¶ Called when the server tells us there was a server error (5xx).
-
exception
meetup.exceptions.HttpTooManyRequests[source]¶ Called when the server sends a 429 error (when you’ve gone over your request rate limit)
Called when the server sends a 401 error (when you don’t provide a valid key)