@PublicApi public interface GraphQLError
Modifier and Type | Interface and Description |
---|---|
static class |
GraphQLError.Helper
This little helper allows GraphQlErrors to implement
common things (hashcode/ equals) more easily
|
Modifier and Type | Method and Description |
---|---|
ErrorType |
getErrorType() |
java.util.List<SourceLocation> |
getLocations() |
java.lang.String |
getMessage() |
java.lang.String getMessage()
java.util.List<SourceLocation> getLocations()
ErrorType getErrorType()