Uses of Enum
graphql.ErrorType
Packages that use ErrorType
Package
Description
-
Uses of ErrorType in graphql
Modifier and TypeMethodDescriptionExceptionWhileDataFetching.getErrorType()
InvalidSyntaxError.getErrorType()
SerializationError.getErrorType()
TypeMismatchError.getErrorType()
UnresolvedTypeError.getErrorType()
static ErrorType
Returns the enum constant of this type with the specified name.static ErrorType[]
ErrorType.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ErrorType in graphql.execution
Methods in graphql.execution that return ErrorTypeModifier and TypeMethodDescriptionAbortExecutionException.getErrorType()
InputMapDefinesTooManyFieldsException.getErrorType()
MissingRootTypeException.getErrorType()
NonNullableFieldWasNullError.getErrorType()
NonNullableValueCoercedAsNullException.getErrorType()
OneOfNullValueException.getErrorType()
OneOfTooManyKeysException.getErrorType()
-
Uses of ErrorType in graphql.execution.instrumentation.fieldvalidation
Methods in graphql.execution.instrumentation.fieldvalidation that return ErrorType -
Uses of ErrorType in graphql.relay
Methods in graphql.relay that return ErrorTypeModifier and TypeMethodDescriptionInvalidCursorException.getErrorType()
InvalidPageSizeException.getErrorType()
-
Uses of ErrorType in graphql.schema
Methods in graphql.schema that return ErrorTypeModifier and TypeMethodDescriptionCoercingParseLiteralException.getErrorType()
CoercingParseValueException.getErrorType()
-
Uses of ErrorType in graphql.schema.idl.errors
Methods in graphql.schema.idl.errors that return ErrorType -
Uses of ErrorType in graphql.validation
Methods in graphql.validation that return ErrorType