Exceptions
⚠️ Exceptions¶
Exception classes for error handling.
⚠️ Exception Classes¶
NetworkHD API client exceptions.
This module defines custom exception classes for the NetworkHD API client. These exceptions provide detailed error information and help with debugging.
NetworkHDError
¶
Bases: Exception
Base exception for NetworkHD API errors
ConnectionError
¶
Bases: NetworkHDError
Exception raised when connection fails
ConnectionLostError
¶
ReconnectionError
¶
AuthenticationError
¶
TimeoutError
¶
CommandError
¶
Bases: NetworkHDError
Exception raised when command execution fails
ResponseError
¶
Bases: NetworkHDError
Exception raised when response parsing fails