Uses of Interface
graphql.ErrorClassification
Packages that use ErrorClassification
Package
Description
-
Uses of ErrorClassification in graphql
Classes in graphql that implement ErrorClassificationModifier and TypeClassDescriptionenumAll the errors in graphql belong to one of these categoriesFields in graphql declared as ErrorClassificationModifier and TypeFieldDescriptionprotected ErrorClassificationGraphqlErrorException.BuilderBase.errorClassificationprivate final ErrorClassificationGraphqlErrorException.errorClassificationprivate ErrorClassificationGraphqlErrorBuilder.errorTypeprivate final ErrorClassificationGraphqlErrorBuilder.GraphqlErrorImpl.errorTypeMethods in graphql that return ErrorClassificationModifier and TypeMethodDescriptionstatic ErrorClassificationErrorClassification.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 theErrorClassificationof 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 TypeClassDescriptionclassclassclassAn 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