Exceptions¶
The possible exceptions thrown by the library.
- exception brawlstats.errors.Forbidden(code, url, message)[source]¶
Raised if your API Key is invalid.
- exception brawlstats.errors.NotFoundError(code, **kwargs)[source]¶
Raised if an invalid player tag or club tag has been passed.
- exception brawlstats.errors.RateLimitError(code, url)[source]¶
Raised when the rate limit is reached.