public interface Error
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getExtensions()
Contents of the `extensions` field.
|
List<Map<String,Integer>> |
getLocations()
List of locations in the request that correspond to this error.
|
String |
getMessage()
Textual description of the error, supplied by the service.
|
Map<String,javax.json.JsonValue> |
getOtherFields()
Any other fields beyond message, locations, path and extensions.
|
Object[] |
getPath()
The path to the response field where the error arose.
|
String getMessage()
List<Map<String,Integer>> getLocations()
Object[] getPath()
Map<String,Object> getExtensions()
Copyright © 2018–2021. All rights reserved.