Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for reporting UserErrors in case when OpenAPI definition to converted is invalid. #782

Merged
merged 1 commit into from Feb 1, 2024

Conversation

VShingala
Copy link
Member

Overview

This PR adds support for throwing an UserError in case validation for corresponding OpenAPI to converted fails. Till now we were providing result with reason property. But to make sure that error reporting is uniform across various modules and correct, we're changing the behavior to make sure UserErrors are reported as errors here.

This means some of existing test cases also needed update.

@VShingala VShingala merged commit dce4823 into develop Feb 1, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants