ModDB Errors

Here are documented the various errors specific to the library that can be raised.

exception moddb.errors.AwaitingAuthorisation[source]

This object is awaiting authorisation and can therefore not be accessed at the present time.

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception moddb.errors.ModdbException[source]

Standard exception raised when the moddb.Client encounters an error related to the request being made

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception moddb.errors.Ratelimited(message, remaining)[source]

You are being ratelimited internally by the library, please be respectful of the website and its creators.

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.