added feature mapping

This commit is contained in:
2025-02-26 16:24:34 +01:00
parent 96186110a6
commit 0509ba79c8
4 changed files with 100 additions and 0 deletions

View File

@@ -8,3 +8,7 @@ class UnknownApiErrorCode(Exception):
class ApiConnectionError(Exception):
"""exception raised if an established connection is needed, but the current session is not connected"""
class FeaturesMissingError(Exception):
"""exception raised if needed features are missing"""