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
@type t() :: %PaperForge.LimitError{ __exception__: term(), actual: non_neg_integer(), limit: atom(), maximum: pos_integer(), message: binary() }