Exception struct for dllb client errors.
Fields
:message- human-readable error description:type- atom classifying the error, one of:connection_error,:protocol_error,:query_error,:timeout
Summary
Types
@type t() :: %Dllb.Error{ __exception__: true, message: String.t(), type: :connection_error | :protocol_error | :query_error | :timeout }