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

Public Member Functions

None __init__ (self, str message, str error_code)
 

Public Attributes

 error_code
 

Detailed Description

Error raised during a config flow.

Definition at line 55 of file config_flow.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.rainbird.config_flow.ConfigFlowError.__init__ (   self,
str  message,
str  error_code 
)
Initialize ConfigFlowError.

Definition at line 58 of file config_flow.py.

Member Data Documentation

◆ error_code

homeassistant.components.rainbird.config_flow.ConfigFlowError.error_code

Definition at line 61 of file config_flow.py.


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