function to check login status

This commit is contained in:
2025-02-26 13:58:59 +01:00
parent bfbd80d537
commit e3cda7539c
5 changed files with 59 additions and 16 deletions

View File

@@ -4,3 +4,7 @@ class UnspecifiedRequestType(Exception):
class UnknownApiErrorCode(Exception):
"""exception raised if for a given request a unknown error response code is transmitted"""
class ApiConnectionError(Exception):
"""exception raised if an established connection is needed, but the current session is not connected"""