Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.go2rtc.server.Go2RTCServerStartError Class Reference
Inheritance diagram for homeassistant.components.go2rtc.server.Go2RTCServerStartError:
[legend]
Collaboration diagram for homeassistant.components.go2rtc.server.Go2RTCServerStartError:
[legend]

Static Private Attributes

string _message = "Go2rtc server didn't start correctly"
 

Additional Inherited Members

- 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 inherited from homeassistant.exceptions.HomeAssistantError
 generate_message
 
 translation_domain
 
 translation_key
 
 translation_placeholders
 
- Static Public Attributes inherited from homeassistant.exceptions.HomeAssistantError
 bool
 
 None
 

Detailed Description

Raised when server does not start.

Definition at line 54 of file server.py.

Member Data Documentation

◆ _message

string homeassistant.components.go2rtc.server.Go2RTCServerStartError._message = "Go2rtc server didn't start correctly"
staticprivate

Definition at line 57 of file server.py.


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