Home Assistant Unofficial Reference 2024.12.1
exceptions.py
Go to the documentation of this file.
1 """Exceptions for the Reolink Camera integration."""
2 
3 from homeassistant.exceptions import HomeAssistantError
4 
5 
7  """BaseException for the Reolink integration."""
8 
9 
11  """Raised when setting up the Reolink host failed."""
12 
13 
15  """Raised when registering the reolink webhook failed."""
16 
17 
19  """Raised when user is not admin."""
20 
21 
23  """Raised when the password contains special chars that are incompatible."""