BSV.JungleBus.Error exception (bsv_sdk v1.5.1)

Copy Markdown View Source

Error types for JungleBus operations.

Summary

Functions

Return the error message string.

Types

t()

@type t() :: %BSV.JungleBus.Error{
  __exception__: true,
  message: String.t(),
  status_code: non_neg_integer() | nil,
  type: :http | :serialization | :server_error | :not_found
}

Functions

message(exception)

Return the error message string.