orval-labs/orval
Docs: throwOnError option needs documentation in the official docs
Geschlossen
#3.364 geöffnet am 16.05.2026
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:
- The API reference for
generate() - The configuration options page
- Any relevant guides about programmatic usage
Include a code example showing how to use it for custom error handling.