orval-labs/orval
View on GitHubDocs: throwOnError option needs documentation in the official docs
Open
#3,364 opened on May 16, 2026
documentationgood first issue
Repository metrics
- Stars
- (6,272 stars)
- PR merge metrics
- (PR metrics pending)
Description
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.