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

feat: Adding basic error type support for output units. #133

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

CheesyBoy123
Copy link
Contributor

Motivation:

As described in #132 we want to add support for OutputErrorTypes. Whenever we have an error there should be some kind of error type associated. For instance if the field is required but is missing we should return back the error type of MISSING_VALUE.

For recursive error checks like $ref, $anyOf, $not etc, the error type is taken from the recursive OutputUnit.
For primitive checks like array length checks, format validation, required checks etc I have added what I believe the correct Error Type should be.

Conformance:

You should have signed the Eclipse Contributor Agreement as explained in https://github.com/eclipse/vert.x/blob/master/CONTRIBUTING.md
Please also make sure you adhere to the code style guidelines: https://github.com/vert-x3/wiki/wiki/Vert.x-code-style-guidelines

Signed-off-by: Gerrett <Gerrett.Pape@colorado.edu>
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

1 participant