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

Static Public Attributes

string error_type = "BRIDGE_UNREACHABLE"
 
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 BridgeUnreachable errors.

Definition at line 122 of file errors.py.

Member Data Documentation

◆ error_type

string homeassistant.components.alexa.errors.AlexaBridgeUnreachableError.error_type = "BRIDGE_UNREACHABLE"
static

Definition at line 126 of file errors.py.

◆ namespace

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

Definition at line 125 of file errors.py.


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