Uses of Interface
graphql.ErrorClassification
Packages that use ErrorClassification
Package
Description
-
Uses of ErrorClassification in graphql
Classes in graphql that implement ErrorClassificationModifier and TypeClassDescriptionenum
All the errors in graphql belong to one of these categoriesFields in graphql declared as ErrorClassificationModifier and TypeFieldDescriptionprotected ErrorClassification
GraphqlErrorException.BuilderBase.errorClassification
private final ErrorClassification
GraphqlErrorException.errorClassification
private ErrorClassification
GraphqlErrorBuilder.errorType
private final ErrorClassification
GraphqlErrorBuilder.GraphqlErrorImpl.errorType
Methods in graphql that return ErrorClassificationModifier and TypeMethodDescriptionstatic ErrorClassification
ErrorClassification.errorClassification
(String errorClassification) This produces a simple ErrorClassification that represents the provided String.GraphQLError.getErrorType()
GraphqlErrorBuilder.getErrorType()
GraphqlErrorBuilder.GraphqlErrorImpl.getErrorType()
GraphqlErrorException.getErrorType()
Methods in graphql with parameters of type ErrorClassificationModifier and TypeMethodDescriptionGraphqlErrorException.BuilderBase.errorClassification
(ErrorClassification errorClassification) GraphQLError.Builder.errorType
(ErrorClassification errorType) Sets theErrorClassification
of the messageGraphqlErrorBuilder.errorType
(ErrorClassification errorType) Constructors in graphql with parameters of type ErrorClassificationModifierConstructorDescriptionGraphqlErrorImpl
(String message, List<SourceLocation> locations, ErrorClassification errorType, List<Object> path, Map<String, Object> extensions) -
Uses of ErrorClassification in graphql.execution
Methods in graphql.execution that return ErrorClassification -
Uses of ErrorClassification in graphql.execution.preparsed.persisted
Classes in graphql.execution.preparsed.persisted that implement ErrorClassificationModifier and TypeClassDescriptionclass
class
class
An exception that indicates the query id is not valid and can be found ever in cache -
Uses of ErrorClassification in graphql.introspection
Methods in graphql.introspection that return ErrorClassificationModifier and TypeMethodDescriptionGoodFaithIntrospection.BadFaithIntrospectionError.getErrorType()
IntrospectionDisabledError.getErrorType()
-
Uses of ErrorClassification in graphql.schema
Methods in graphql.schema that return ErrorClassification