Accrue.Entitlements.Source.CapabilityError (accrue v1.5.0)

Copy Markdown View Source

Typed, bounded error for unavailable source capabilities or bad registry input.

Summary

Types

t()

@type t() :: %Accrue.Entitlements.Source.CapabilityError{
  capability: atom() | nil,
  code: atom(),
  next_action: atom(),
  source: atom() | nil
}