public class GenericGraphQLError
extends java.lang.Object
implements graphql.GraphQLError
Constructor and Description |
---|
GenericGraphQLError(java.lang.String message) |
Modifier and Type | Method and Description |
---|---|
graphql.ErrorType |
getErrorType() |
java.util.List<graphql.language.SourceLocation> |
getLocations() |
java.lang.String |
getMessage() |
public java.lang.String getMessage()
getMessage
in interface graphql.GraphQLError
public java.util.List<graphql.language.SourceLocation> getLocations()
getLocations
in interface graphql.GraphQLError
public graphql.ErrorType getErrorType()
getErrorType
in interface graphql.GraphQLError