Accrue.Rails.GatewayRegistry.Error (accrue v1.5.0)

Copy Markdown View Source

Typed, stable failure returned when persisted gateway provenance is unusable.

Summary

Types

t()

@type t() :: %Accrue.Rails.GatewayRegistry.Error{
  code: :missing_processor | :unknown_processor,
  next_action: :inspect_resource_provenance,
  processor: String.t() | atom() | nil
}