-
public final class ValidationErrorRepresents an error when validating a request against the Swagger 2 or OpenApi 3 specification
-
-
Constructor Summary
Constructors Constructor Description ValidationError(Integer code, String message)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final Stringcomponent2()final ValidationErrorcopy(Integer code, String message)final IntegergetCode()final StringgetMessage()-
-
Method Detail
-
component1
final Integer component1()
-
component2
final String component2()
-
copy
final ValidationError copy(Integer code, String message)
-
getMessage
final String getMessage()
-
-
-
-