Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.homewizard.config_flow.RecoverableError Class Reference
Inheritance diagram for homeassistant.components.homewizard.config_flow.RecoverableError:
[legend]
Collaboration diagram for homeassistant.components.homewizard.config_flow.RecoverableError:
[legend]

Public Member Functions

None __init__ (self, str message, str error_code)
 
- 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

 error_code
 
- 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
 

Detailed Description

Raised when a connection has been failed but can be retried.

Definition at line 271 of file config_flow.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.homewizard.config_flow.RecoverableError.__init__ (   self,
str  message,
str  error_code 
)
Init RecoverableError.

Definition at line 274 of file config_flow.py.

Member Data Documentation

◆ error_code

homeassistant.components.homewizard.config_flow.RecoverableError.error_code

Definition at line 277 of file config_flow.py.


The documentation for this class was generated from the following file: