"""Exceptions raised by the beachcomber client."""
"""Base exception for all beachcomber client errors."""
"""Raised when the beachcomber daemon socket cannot be connected to.
This usually means ``comb daemon`` is not running. Start it before
using the client.
"""
=
"""Raised when the daemon returns ``ok: false`` in its response.
Attributes:
message: The error string from the daemon.
"""
=
"""Raised when a response cannot be parsed as valid JSON or is malformed."""