API Reference

Errors

exception hypixelio.exceptions.InvalidArgumentError

Raised when invalid argument is present, or no argument is specified.

exception hypixelio.exceptions.RateLimitError(retry_after: datetime)

Raised when the ratelimit for the hypixel API is hit.

exception hypixelio.exceptions.PlayerNotFoundError(reason: Optional[str] = None, user: Optional[str] = None)

Raised when the specified player is not found.

exception hypixelio.exceptions.GuildNotFoundError(reason: Optional[str] = None)

Raised when the specified guild is not found.

exception hypixelio.exceptions.HypixelAPIError(reason: Optional[str] = None)

Raised when there is an issue with the Hypixel API or during fetch.

exception hypixelio.exceptions.MojangAPIError(reason: Optional[str] = None)

Raised when the Mojang API is facing some problems.

exception hypixelio.exceptions.CrafatarAPIError(reason: Optional[str] = None)

Raised during issues faced by Crafatar API.