berconpy.LoginFailure

exception berconpy.LoginFailure

Bases: RCONError

Raised when either the RCON server could not respond to login attempts, or the password given to the server was incorrect.

with_traceback()

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