Uses of Record Class
cloud.opencode.base.json.exception.JsonSchemaException.ValidationError
Packages that use JsonSchemaException.ValidationError
Package
Description
JSON Exception - JSON Processing Exceptions
JSON Exception - JSON 处理异常
JSON Schema - JSON Schema Validation (Draft 2020-12)
JSON Schema - JSON Schema 验证(Draft 2020-12)
-
Uses of JsonSchemaException.ValidationError in cloud.opencode.base.json.exception
Methods in cloud.opencode.base.json.exception that return types with arguments of type JsonSchemaException.ValidationErrorModifier and TypeMethodDescriptionJsonSchemaException.getErrors()Returns the list of validation errors.Methods in cloud.opencode.base.json.exception with parameters of type JsonSchemaException.ValidationErrorModifier and TypeMethodDescriptionJsonSchemaException.Builder.addError(JsonSchemaException.ValidationError error) Adds a validation error.Constructor parameters in cloud.opencode.base.json.exception with type arguments of type JsonSchemaException.ValidationErrorModifierConstructorDescriptionJsonSchemaException(String message, List<JsonSchemaException.ValidationError> errors) Constructs a new exception with validation errors.JsonSchemaException(String message, List<JsonSchemaException.ValidationError> errors, String schemaUri) Constructs a new exception with validation errors and schema URI. -
Uses of JsonSchemaException.ValidationError in cloud.opencode.base.json.schema
Methods in cloud.opencode.base.json.schema that return types with arguments of type JsonSchemaException.ValidationErrorModifier and TypeMethodDescriptionJsonSchemaValidator.ValidationResult.errors()Returns the value of theerrorsrecord component.JsonSchemaValidator.ValidationResult.getErrors()Methods in cloud.opencode.base.json.schema with parameters of type JsonSchemaException.ValidationErrorModifier and TypeMethodDescriptionJsonSchemaValidator.ValidationResult.failure(JsonSchemaException.ValidationError error) Method parameters in cloud.opencode.base.json.schema with type arguments of type JsonSchemaException.ValidationErrorModifier and TypeMethodDescriptionJsonSchemaValidator.ValidationResult.failure(List<JsonSchemaException.ValidationError> errors) Constructor parameters in cloud.opencode.base.json.schema with type arguments of type JsonSchemaException.ValidationErrorModifierConstructorDescriptionValidationResult(boolean valid, List<JsonSchemaException.ValidationError> errors) Creates an instance of aValidationResultrecord class.