Public Member Functions | |
| str | __str__ (self) |
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) |
Additional Inherited Members | |
Public Attributes inherited from homeassistant.exceptions.HomeAssistantError | |
| generate_message | |
| translation_domain | |
| translation_key | |
| translation_placeholders | |
Static Public Attributes inherited from homeassistant.exceptions.HomeAssistantError | |
| bool | |
| None | |
Base class for platform and config entry exceptions.
Definition at line 198 of file exceptions.py.
| str homeassistant.exceptions.IntegrationError.__str__ | ( | self | ) |
Return a human readable error.
Reimplemented from homeassistant.exceptions.HomeAssistantError.
Definition at line 201 of file exceptions.py.