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.
Describe the issue
The
throwOnErroroption was recently added toGlobalOptionsfor thegenerate()function. This option changes error handling behavior but is not yet documented in the official orval documentation website.Suggested improvement
Document the
throwOnErroroption in:generate()Include a code example showing how to use it for custom error handling.