Public Member Functions | |
| None | __init__ (self, list[str] failed_dependencies) |
Public Member Functions inherited from homeassistant.exceptions.HomeAssistantError | |
| None | __init__ (self, *object args, str|None translation_domain=None, str|None translation_key=None, dict[str, str]|None translation_placeholders=None) |
| str | __str__ (self) |
Public Attributes | |
| failed_dependencies | |
Public Attributes inherited from homeassistant.exceptions.HomeAssistantError | |
| generate_message | |
| translation_domain | |
| translation_key | |
| translation_placeholders | |
Additional Inherited Members | |
Static Public Attributes inherited from homeassistant.exceptions.HomeAssistantError | |
| bool | |
| None | |
Raised when dependencies cannot be setup.
Definition at line 297 of file exceptions.py.
| None homeassistant.exceptions.DependencyError.__init__ | ( | self, | |
| list[str] | failed_dependencies | ||
| ) |
Initialize error.
Definition at line 300 of file exceptions.py.
| homeassistant.exceptions.DependencyError.failed_dependencies |
Definition at line 305 of file exceptions.py.