Exceptions¶
Error handling for device communication issues.
KazunokoError is the base exception, with specific subclasses for different error types: connection failures, command issues, response problems, and timeouts.
Catch KazunokoError to handle all errors uniformly.
For advanced use, catch specific exceptions to implement different recovery strategies.
::: kazunoko.exceptions options: show_root_heading: true show_source: true