Public Member Functions | |
| None | __init__ (self, MatchTargetsResult result, MatchTargetsConstraints constraints, MatchTargetsPreferences|None preferences=None) |
| 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) |
Public Attributes | |
| constraints | |
| preferences | |
| result | |
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 | |
| None homeassistant.helpers.intent.MatchFailedError.__init__ | ( | self, | |
| MatchTargetsResult | result, | ||
| MatchTargetsConstraints | constraints, | ||
| MatchTargetsPreferences | None | preferences = None |
||
| ) |
| str homeassistant.helpers.intent.MatchFailedError.__str__ | ( | self | ) |
Return string representation.
Reimplemented from homeassistant.exceptions.HomeAssistantError.