Accrue.Error.DiscountMappingInvalid exception (accrue v1.4.0)

Copy Markdown View Source

Raised when a stored local discount mapping is present but cannot be resolved safely because the canonical local row has drifted into an invalid state.

Summary

Types

t()

@type t() :: %Accrue.Error.DiscountMappingInvalid{
  __exception__: true,
  code: term(),
  discount_id: term(),
  mapping_id: term(),
  message: term(),
  reason: term()
}