orval-labs/orval

Docs: throwOnError option needs documentation in the official docs

Geschlossen

#3.364 geöffnet am 16.05.2026

 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (648 Forks)auto 404
documentationgood first issue

Repository-Metriken

Stars
 (6.272 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 2T 15h) (73 gemergte PRs in 30 T)

Beschreibung

Describe the issue

The throwOnError option was recently added to GlobalOptions for the generate() function. This option changes error handling behavior but is not yet documented in the official orval documentation website.

Suggested improvement

Document the throwOnError option in:

  1. The API reference for generate()
  2. The configuration options page
  3. Any relevant guides about programmatic usage

Include a code example showing how to use it for custom error handling.

Contributor Guide