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 class
ErrorType
All the errors in graphql belong to one of these categoriesFields in graphql declared as ErrorClassification Modifier and Type Field Description protected ErrorClassification
GraphqlErrorException.BuilderBase. errorClassification
private ErrorClassification
GraphqlErrorException. errorClassification
private ErrorClassification
GraphqlErrorBuilder. errorType
private ErrorClassification
GraphqlErrorBuilder.GraphqlErrorImpl. errorType
Methods in graphql that return ErrorClassification Modifier and Type Method Description static ErrorClassification
ErrorClassification. errorClassification(java.lang.String errorClassification)
This produces a simple ErrorClassification that represents the provided String.ErrorClassification
GraphQLError. getErrorType()
ErrorClassification
GraphqlErrorBuilder. getErrorType()
ErrorClassification
GraphqlErrorBuilder.GraphqlErrorImpl. getErrorType()
ErrorClassification
GraphqlErrorException. getErrorType()
Methods in graphql with parameters of type ErrorClassification Modifier and Type Method Description T
GraphqlErrorException.BuilderBase. errorClassification(ErrorClassification errorClassification)
B
GraphQLError.Builder. errorType(ErrorClassification errorType)
Sets theErrorClassification
of the messageB
GraphqlErrorBuilder. 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 ErrorClassification
UnknownOperationException. getErrorType()
-
Uses of ErrorClassification in graphql.execution.preparsed.persisted
Classes in graphql.execution.preparsed.persisted that implement ErrorClassification Modifier and Type Class Description class
PersistedQueryError
class
PersistedQueryIdInvalid
class
PersistedQueryNotFound
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 ErrorClassification Modifier and Type Method Description ErrorClassification
GoodFaithIntrospection.BadFaithIntrospectionError. getErrorType()
ErrorClassification
IntrospectionDisabledError. getErrorType()
-
Uses of ErrorClassification in graphql.schema
Methods in graphql.schema that return ErrorClassification Modifier and Type Method Description ErrorClassification
CoercingSerializeException. getErrorType()
-