DodoPayments.Page.TraversalError exception (dodo_payments v0.1.0)

Copy Markdown View Source

Raised when automatic pagination cannot continue safely.

Manual pagination through DodoPayments.Page.next/1 returns the underlying error. Lazy streams raise this exception because an Enumerable has no natural error return channel.

Summary

Types

t()

@type t() :: %DodoPayments.Page.TraversalError{
  __exception__: true,
  message: String.t(),
  page: term(),
  reason: term()
}