Home Assistant Unofficial Reference 2024.12.1
exceptions.py
Go to the documentation of this file.
1 """Exceptions for fitbit API calls.
2 
3 These exceptions exist to provide common exceptions for the async and sync client libraries.
4 """
5 
6 from homeassistant.exceptions import HomeAssistantError
7 
8 
10  """Error talking to the fitbit API."""
11 
12 
14  """Authentication related error talking to the fitbit API."""