public class ValidationError extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ValidationError.Code |
| Constructor and Description |
|---|
ValidationError(ValidationError.Code code,
String path,
String message) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ValidationError.Code |
getCode() |
String |
getMessage() |
String |
getPath() |
int |
hashCode() |
static ValidationError |
required(String path) |
String |
toString() |
public ValidationError(ValidationError.Code code, String path, String message)
public static ValidationError required(String path)
public ValidationError.Code getCode()
public String getPath()
public String getMessage()
Copyright © 2021. All rights reserved.