As described in https://github.com/eclipse-vertx/vertx-json-schema/issues/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.
Motivation:
As described in https://github.com/eclipse-vertx/vertx-json-schema/issues/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