Ex4pm.Refusal (ex4pm v26.9.9)

Copy Markdown View Source

Typed refusal struct representing formal domain refusals in ex4pm.

Summary

Types

t()

@type t() :: %Ex4pm.Refusal{
  code: atom(),
  details: map(),
  message: String.t(),
  subject: term() | nil
}

Functions

exception(opts)

new(code, message, opts \\ [])