Errors¶
- exception cookie.errors.CookieError(response)¶
Base exception class for all Cookie exceptions.
- exception cookie.errors.InvalidAPIKey(msg=None)¶
Raised when an invalid API key is provided or if no key was found in the environment variables.
- exception cookie.errors.QuotaExceeded(msg=None)¶
Raised when the monthly usage limit is exceeded.
- exception cookie.errors.NotFound(response)¶
Raised when an object is not found.
- exception cookie.errors.NoGuildAccess¶
Raised when you do not have access to a guild.