apply new state handling to API functions

This commit is contained in:
2025-03-05 15:50:42 +01:00
parent 7b82d051e2
commit b4b4181bd0
3 changed files with 72 additions and 74 deletions

View File

@@ -13,10 +13,6 @@ class UnspecifiedRequestType(Exception):
"""exception raised if for a given API endpoint a not defined operation is requested"""
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"""