Exceptions#

Custom exceptions for asyncpixel.

exception asyncpixel.exceptions.ApiNoSuccessError(source: str)[source]#

Exception raised when api has an error.

exception asyncpixel.exceptions.InvalidApiKeyError(message: str = 'Entered API key is not valid')[source]#

Exception raised when the API key is invalid.

exception asyncpixel.exceptions.RateLimitError(retry_after: datetime)[source]#

Exception raised when Hypixel ratelimit is reached.