Accrue.Error.InvoiceRendererUnavailable exception (accrue v1.2.0)

Copy Markdown View Source

Returned when the explicitly configured invoice renderer cannot run due to a stable host misconfiguration.

This is terminal for the current render attempt. Callers should pattern-match the adapter/reason fields and degrade to a non-PDF path rather than retrying.

Summary

Types

t()

@type t() :: %Accrue.Error.InvoiceRendererUnavailable{
  __exception__: true,
  adapter: term(),
  message: term(),
  reason: term()
}