public class Error extends Object
| Modifier and Type | Field and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
details
Additional information about error or
null. |
String |
error
Error name
|
int |
id
Error id
|
String |
message
Error description
|
com.fasterxml.jackson.databind.JsonNode |
metadata
Error metadata or
null |
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 com.fasterxml.jackson.databind.JsonNode details
null. Used to supply validation error detailspublic com.fasterxml.jackson.databind.JsonNode metadata
nullCopyright © 2021. All rights reserved.