Home Assistant Unofficial Reference
2024.12.1
errors.py
Go to the documentation of this file.
1
"""Exceptions raised by IMAP integration."""
2
3
from
homeassistant.exceptions
import
HomeAssistantError
4
5
6
class
InvalidAuth
(
HomeAssistantError
):
7
"""Raise exception for invalid credentials."""
8
9
10
class
InvalidFolder
(
HomeAssistantError
):
11
"""Raise exception for invalid folder."""
homeassistant.components.imap.errors.InvalidAuth
Definition:
errors.py:6
homeassistant.components.imap.errors.InvalidFolder
Definition:
errors.py:10
homeassistant.exceptions.HomeAssistantError
Definition:
exceptions.py:34
homeassistant.exceptions
Definition:
exceptions.py:1
core
homeassistant
components
imap
errors.py
Generated by
1.9.1