public interface GraphQlClientError
| Modifier and Type | Method and Description |
|---|---|
default String |
defaultToString()
we can't declare a default toString in an interface
|
default String |
getErrorCode() |
Map<String,Object> |
getExtensions() |
List<SourceLocation> |
getLocations() |
String |
getMessage() |
List<Object> |
getPath()
The path can be either String or Integer items
|
String getMessage()
List<SourceLocation> getLocations()
default String getErrorCode()
default String defaultToString()
Copyright © 2018–2020. All rights reserved.