Error
Base class for all SDK-raised exceptions.
Definition
class Error(Exception):
"""Base class for all SDK-raised exceptions."""Notes
from dango.utils.error import Erroris the safe outerexceptfor any operation that touches the SDK.- Caller-bug exceptions (
TypeError,ValueError,RuntimeError) are NOTErrorsubclasses — they indicate a bug at the call site, not a runtime SDK failure.
See also
ClientError— 4xx HTTPServerError— 5xx HTTP / networkGraphQLError— GraphQLerrorsarrayTxFailed—broadcastTxSyncreturnederr- Concepts: Error handling