Uses of Class
graphql.ErrorType
-
Packages that use ErrorType Package Description graphql graphql.execution graphql.execution.instrumentation.fieldvalidation graphql.relay graphql.schema graphql.schema.idl.errors graphql.validation -
-
Uses of ErrorType in graphql
Methods in graphql that return ErrorType Modifier and Type Method Description ErrorType
ExceptionWhileDataFetching. getErrorType()
ErrorType
InvalidSyntaxError. getErrorType()
ErrorType
SerializationError. getErrorType()
ErrorType
TypeMismatchError. getErrorType()
ErrorType
UnresolvedTypeError. getErrorType()
static ErrorType
ErrorType. valueOf(java.lang.String name)
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 ErrorType Modifier and Type Method Description ErrorType
AbortExecutionException. getErrorType()
ErrorType
InputMapDefinesTooManyFieldsException. getErrorType()
ErrorType
MissingRootTypeException. getErrorType()
ErrorType
NonNullableFieldWasNullError. getErrorType()
ErrorType
NonNullableValueCoercedAsNullException. getErrorType()
ErrorType
OneOfNullValueException. getErrorType()
ErrorType
OneOfTooManyKeysException. getErrorType()
-
Uses of ErrorType in graphql.execution.instrumentation.fieldvalidation
Methods in graphql.execution.instrumentation.fieldvalidation that return ErrorType Modifier and Type Method Description ErrorType
FieldValidationSupport.FieldAndArgError. getErrorType()
-
Uses of ErrorType in graphql.relay
Methods in graphql.relay that return ErrorType Modifier and Type Method Description ErrorType
InvalidCursorException. getErrorType()
ErrorType
InvalidPageSizeException. getErrorType()
-
Uses of ErrorType in graphql.schema
Methods in graphql.schema that return ErrorType Modifier and Type Method Description ErrorType
CoercingParseLiteralException. getErrorType()
ErrorType
CoercingParseValueException. getErrorType()
-
Uses of ErrorType in graphql.schema.idl.errors
Methods in graphql.schema.idl.errors that return ErrorType Modifier and Type Method Description ErrorType
BaseError. getErrorType()
-
Uses of ErrorType in graphql.validation
Methods in graphql.validation that return ErrorType Modifier and Type Method Description ErrorType
ValidationError. getErrorType()
-