public class ValidationError extends Object
| 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 |
|---|---|
ValidationError.Code |
getCode() |
String |
getMessage() |
String |
getPath() |
String |
toString() |
public ValidationError(ValidationError.Code code, String path, String message)
Copyright © 2020. All rights reserved.