public class IntrospectionDisabledError extends java.lang.Object implements GraphQLError
GraphQLError.Builder<B extends GraphQLError.Builder<B>>| Constructor and Description |
|---|
IntrospectionDisabledError(SourceLocation sourceLocation) |
| Modifier and Type | Method and Description |
|---|---|
ErrorClassification |
getErrorType() |
java.util.List<SourceLocation> |
getLocations() |
java.lang.String |
getMessage() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExtensions, getPath, newError, toSpecificationpublic IntrospectionDisabledError(SourceLocation sourceLocation)
public java.lang.String getMessage()
getMessage in interface GraphQLErrorpublic java.util.List<SourceLocation> getLocations()
getLocations in interface GraphQLErrorSourceLocation
describes the beginning of an associated syntax elementpublic ErrorClassification getErrorType()
getErrorType in interface GraphQLError