Home Assistant Unofficial Reference 2024.12.1
errors.py
Go to the documentation of this file.
1 """Errors for the UniFi Network integration."""
2 
3 from homeassistant.exceptions import HomeAssistantError
4 
5 
7  """Base class for UniFi Network exceptions."""
8 
9 
11  """Controller is already configured."""
12 
13 
15  """Unknown error occurred."""
16 
17 
19  """Unable to connect to UniFi Network."""
20 
21 
23  """Integration got logged out."""
24 
25 
27  """User level too low."""