Package | Description |
---|---|
graphql | |
graphql.execution | |
graphql.relay | |
graphql.schema | |
graphql.validation |
Modifier and Type | Method and Description |
---|---|
ErrorType |
UnresolvedTypeError.getErrorType() |
ErrorType |
TypeMismatchError.getErrorType() |
ErrorType |
SerializationError.getErrorType() |
ErrorType |
InvalidSyntaxError.getErrorType() |
ErrorType |
ExceptionWhileDataFetching.getErrorType() |
static ErrorType |
ErrorType.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
ErrorType |
NonNullableValueCoercedAsNullException.getErrorType() |
ErrorType |
NonNullableFieldWasNullError.getErrorType() |
ErrorType |
MissingRootTypeException.getErrorType() |
ErrorType |
InputMapDefinesTooManyFieldsException.getErrorType() |
ErrorType |
AbortExecutionException.getErrorType() |
Modifier and Type | Method and Description |
---|---|
ErrorType |
InvalidPageSizeException.getErrorType() |
ErrorType |
InvalidCursorException.getErrorType() |
Modifier and Type | Method and Description |
---|---|
ErrorType |
CoercingParseValueException.getErrorType() |
ErrorType |
CoercingParseLiteralException.getErrorType() |
Modifier and Type | Method and Description |
---|---|
ErrorType |
ValidationError.getErrorType() |
Copyright © 2019. All rights reserved.