public final class Error extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Error.Location
Represents the location of the error in the GraphQL operation sent to the server.
|
| Constructor and Description |
|---|
Error(String message,
List<Error.Location> locations,
Map<String,Object> customAttributes) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
customAttributes()
Returns custom attributes associated with this error
|
boolean |
equals(Object o) |
int |
hashCode() |
List<Error.Location> |
locations()
Returns the location of the error in the GraphQL operation.
|
String |
message()
Returns server error message.
|
String |
toString() |
Copyright © 2018. All rights reserved.