Home Assistant Unofficial Reference 2024.12.1
homeassistant.data_entry_flow.InvalidData Class Reference
Inheritance diagram for homeassistant.data_entry_flow.InvalidData:
[legend]
Collaboration diagram for homeassistant.data_entry_flow.InvalidData:
[legend]

Public Member Functions

None __init__ (self, str message, list[Hashable]|None path, str|None error_message, dict[str, Any] schema_errors, **Any kwargs)
 

Public Attributes

 schema_errors
 

Detailed Description

Invalid data provided.

Definition at line 118 of file data_entry_flow.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.data_entry_flow.InvalidData.__init__ (   self,
str  message,
list[Hashable] | None  path,
str | None  error_message,
dict[str, Any]  schema_errors,
**Any  kwargs 
)

Definition at line 121 of file data_entry_flow.py.

Member Data Documentation

◆ schema_errors

homeassistant.data_entry_flow.InvalidData.schema_errors

Definition at line 130 of file data_entry_flow.py.


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