Exceptions¶
exceptions
¶
VndbError
¶
Bases: Exception
Base class for every error raised by vndb-client.
VndbAPIError
¶
VndbAPIError(status_code: int, message: str)
VndbBadRequestError
¶
VndbBadRequestError(status_code: int, message: str)
VndbAuthError
¶
VndbAuthError(status_code: int, message: str)
VndbNotFoundError
¶
VndbNotFoundError(status_code: int, message: str)
VndbRateLimitError
¶
VndbRateLimitError(status_code: int, message: str)
VndbServerError
¶
VndbServerError(status_code: int, message: str)
VndbNetworkError
¶
VndbNetworkError(message: str)