Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.assist_pipeline.error.PipelineError Class Reference
Inheritance diagram for homeassistant.components.assist_pipeline.error.PipelineError:
[legend]
Collaboration diagram for homeassistant.components.assist_pipeline.error.PipelineError:
[legend]

Public Member Functions

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

 code
 
 message
 
- 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

Base class for pipeline errors.

Definition at line 6 of file error.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.assist_pipeline.error.PipelineError.__init__ (   self,
str  code,
str  message 
)
Base class for pipeline errors.
Set error message.

Definition at line 9 of file error.py.

Member Data Documentation

◆ code

homeassistant.components.assist_pipeline.error.PipelineError.code

Definition at line 11 of file error.py.

◆ message

homeassistant.components.assist_pipeline.error.PipelineError.message

Definition at line 12 of file error.py.


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