Exception: Pdf::Typst::Error

Inherits:
StandardError
  • Object
show all
Defined in:
app/services/pdf/typst.rb

Overview

Raised for caller-correctable problems — chiefly compile errors, whose
message carries typst's own diagnostics (file:line:col + hint) and is
meant to be fed back to the LLM for a fix-and-retry loop.

Direct Known Subclasses

NotConfigured