public class Error extends Object
| Modifier and Type | Field and Description |
|---|---|
List<ValidationDetails> |
details
Additional information about error or
null. |
String |
error
Error name
|
int |
id
Error id
|
String |
message
Error description
|
Integer |
numericCode
Numeric error code or
null |
String |
stringCode
String error code or
null |
| Constructor and Description |
|---|
Error() |
public int id
public String error
public Integer numericCode
nullpublic String stringCode
nullpublic String message
public List<ValidationDetails> details
null. Used to supply validation error detailsCopyright © 2020. All rights reserved.