Error types for JungleBus operations.
Summary
Functions
Return the error message string.
Types
@type t() :: %BSV.JungleBus.Error{ __exception__: true, message: String.t(), status_code: non_neg_integer() | nil, type: :http | :serialization | :server_error | :not_found }