Uses of Interface
graphql.ErrorClassification
-
Packages that use ErrorClassification Package Description graphql graphql.execution graphql.execution.preparsed.persisted graphql.introspection graphql.schema -
-
Uses of ErrorClassification in graphql
Classes in graphql that implement ErrorClassification Modifier and Type Class Description classErrorTypeAll the errors in graphql belong to one of these categoriesFields in graphql declared as ErrorClassification Modifier and Type Field Description protected ErrorClassificationGraphqlErrorException.BuilderBase. errorClassificationprivate ErrorClassificationGraphqlErrorException. errorClassificationprivate ErrorClassificationGraphqlErrorBuilder. errorTypeprivate ErrorClassificationGraphqlErrorBuilder.GraphqlErrorImpl. errorTypeMethods in graphql that return ErrorClassification Modifier and Type Method Description static ErrorClassificationErrorClassification. errorClassification(java.lang.String errorClassification)This produces a simple ErrorClassification that represents the provided String.ErrorClassificationGraphQLError. getErrorType()ErrorClassificationGraphqlErrorBuilder. getErrorType()ErrorClassificationGraphqlErrorBuilder.GraphqlErrorImpl. getErrorType()ErrorClassificationGraphqlErrorException. getErrorType()Methods in graphql with parameters of type ErrorClassification Modifier and Type Method Description TGraphqlErrorException.BuilderBase. errorClassification(ErrorClassification errorClassification)BGraphQLError.Builder. errorType(ErrorClassification errorType)Sets theErrorClassificationof the messageBGraphqlErrorBuilder. errorType(ErrorClassification errorType)Constructors in graphql with parameters of type ErrorClassification Constructor Description GraphqlErrorImpl(java.lang.String message, java.util.List<SourceLocation> locations, ErrorClassification errorType, java.util.List<java.lang.Object> path, java.util.Map<java.lang.String,java.lang.Object> extensions) -
Uses of ErrorClassification in graphql.execution
Methods in graphql.execution that return ErrorClassification Modifier and Type Method Description ErrorClassificationUnknownOperationException. getErrorType() -
Uses of ErrorClassification in graphql.execution.preparsed.persisted
Classes in graphql.execution.preparsed.persisted that implement ErrorClassification Modifier and Type Class Description classPersistedQueryErrorclassPersistedQueryIdInvalidclassPersistedQueryNotFoundAn 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 ErrorClassification Modifier and Type Method Description ErrorClassificationGoodFaithIntrospection.BadFaithIntrospectionError. getErrorType()ErrorClassificationIntrospectionDisabledError. getErrorType() -
Uses of ErrorClassification in graphql.schema
Methods in graphql.schema that return ErrorClassification Modifier and Type Method Description ErrorClassificationCoercingSerializeException. getErrorType()
-