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

Public Member Functions

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

Public Attributes

 endpoint_id
 
- Public Attributes inherited from homeassistant.components.alexa.errors.AlexaError
 error_message
 
 payload
 

Static Public Attributes

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

Detailed Description

The endpoint in the request does not exist.

Definition at line 43 of file errors.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.alexa.errors.AlexaInvalidEndpointError.__init__ (   self,
str  endpoint_id 
)
Initialize invalid endpoint error.

Definition at line 49 of file errors.py.

Member Data Documentation

◆ endpoint_id

homeassistant.components.alexa.errors.AlexaInvalidEndpointError.endpoint_id

Definition at line 53 of file errors.py.

◆ error_type

string homeassistant.components.alexa.errors.AlexaInvalidEndpointError.error_type = "NO_SUCH_ENDPOINT"
static

Definition at line 47 of file errors.py.

◆ namespace

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

Definition at line 46 of file errors.py.


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