BSV.ARC.Error exception (bsv_sdk v2.0.0)

Copy Markdown View Source

Error types for ARC operations.

Summary

Functions

Return the error message string.

Types

t()

@type t() :: %BSV.ARC.Error{
  __exception__: true,
  code: integer() | nil,
  message: String.t(),
  type: :http | :serialization | :rejected | :timeout
}

Functions

message(exception)

Return the error message string.