Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.alexa.errors.AlexaAlreadyInOperationError Class Reference
Inheritance diagram for homeassistant.components.alexa.errors.AlexaAlreadyInOperationError:
[legend]
Collaboration diagram for homeassistant.components.alexa.errors.AlexaAlreadyInOperationError:
[legend]

Static Public Attributes

string error_type = "ALREADY_IN_OPERATION"
 
string namespace = "Alexa"
 
- Static Public Attributes inherited from homeassistant.components.alexa.errors.AlexaError
 None
 

Additional Inherited Members

- Public Member Functions inherited from homeassistant.components.alexa.errors.AlexaError
None __init__ (self, str error_message, dict[str, Any]|None payload=None)
 
- Public Attributes inherited from homeassistant.components.alexa.errors.AlexaError
 error_message
 
 payload
 

Detailed Description

Class to represent AlreadyInOperation errors.

Definition at line 143 of file errors.py.

Member Data Documentation

◆ error_type

string homeassistant.components.alexa.errors.AlexaAlreadyInOperationError.error_type = "ALREADY_IN_OPERATION"
static

Definition at line 147 of file errors.py.

◆ namespace

string homeassistant.components.alexa.errors.AlexaAlreadyInOperationError.namespace = "Alexa"
static

Definition at line 146 of file errors.py.


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