Home Assistant Unofficial Reference 2024.12.1
errors.py
Go to the documentation of this file.
1 """Errors for the Plex component."""
2 
3 from homeassistant.exceptions import HomeAssistantError
4 
5 
7  """Base class for Plex exceptions."""
8 
9 
11  """No servers found on Plex account."""
12 
13 
15  """Multiple servers linked to account without choice provided."""
16 
17 
19  """Config entry data is out of date and should be updated."""
20 
21 
23  """Requested media was not found."""