ModDB Errors¶
Here are documented the various errors specific to the library that can be raised.
- exception moddb.errors.AuthError[source]¶
The user you are trying to login with requires 2FA to login. Use the TwoFactorAuthClient object to do so.
- args¶
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- 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.