Class IfError
- java.lang.Object
-
- io.openapiprocessor.jsonschema.validator.ValidationMessage
-
- io.openapiprocessor.jsonschema.validator.any.IfError
-
public class IfError extends ValidationMessage
Created byIfStep.
-
-
Constructor Summary
Constructors Constructor Description IfError(JsonSchema schema, JsonInstance instance, java.lang.String condition)
-
Method Summary
-
Methods inherited from class io.openapiprocessor.jsonschema.validator.ValidationMessage
getInstancePath, getNestedMessages, getProperty, getSchemaPath, getSchemaScope, getText, hasNestedMessages, toString
-
-
-
-
Constructor Detail
-
IfError
public IfError(JsonSchema schema, JsonInstance instance, java.lang.String condition)
-
-