PaperForge.LimitError exception (PaperForge v1.4.5)

Copy Markdown View Source

Raised when a configured document serialization limit is exceeded.

Limits bound object count, source stream bytes, and nested PDF value depth before the writer allocates the complete PDF binary.

Summary

Types

t()

@type t() :: %PaperForge.LimitError{
  __exception__: term(),
  actual: non_neg_integer(),
  limit: atom(),
  maximum: pos_integer(),
  message: binary()
}