Accrue.Error.MeteredSettlementMissingPrerequisite exception (accrue v1.1.2)

Copy Markdown View Source

Raised when a metered renewal settlement is attempted before the renewal has the local billing truth required for money movement.

Summary

Types

t()

@type t() :: %Accrue.Error.MeteredSettlementMissingPrerequisite{
  __exception__: true,
  message: term(),
  metered_renewal_id: term(),
  prerequisite: term()
}