We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0581d79 commit d227e1aCopy full SHA for d227e1a
airos/exceptions.py
@@ -23,3 +23,15 @@ class KeyDataMissingError(AirOSException):
23
24
class DeviceConnectionError(AirOSException):
25
"""Raised when unable to connect."""
26
+
27
28
+class AirosDiscoveryError(AirOSException):
29
+ """Base exception for Airos discovery issues."""
30
31
32
+class AirosListenerError(AirosDiscoveryError):
33
+ """Raised when the Airos listener encounters an error."""
34
35
36
+class AirosEndpointError(AirosDiscoveryError):
37
+ """Raised when there's an issue with the network endpoint."""
0 commit comments