Class DirectiveIllegalArgumentTypeError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
graphql.GraphQLException
graphql.schema.idl.errors.BaseError
graphql.schema.idl.errors.DirectiveIllegalArgumentTypeError
- All Implemented Interfaces:
GraphQLError, Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface GraphQLError
GraphQLError.Builder<B> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class BaseError
equals, getErrorType, getLocations, hashCode, lineCol, toStringMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceMethods inherited from interface GraphQLError
getExtensions, getMessage, getPath, toSpecification
-
Field Details
-
DUPLICATED_KEYS_MESSAGE
- See Also:
-
UNKNOWN_FIELDS_MESSAGE
- See Also:
-
EXPECTED_ENUM_MESSAGE
- See Also:
-
MUST_BE_VALID_ENUM_VALUE_MESSAGE
- See Also:
-
EXPECTED_SCALAR_MESSAGE
- See Also:
-
NOT_A_VALID_SCALAR_LITERAL_MESSAGE
- See Also:
-
MISSING_REQUIRED_FIELD_MESSAGE
- See Also:
-
EXPECTED_NON_NULL_MESSAGE
- See Also:
-
EXPECTED_LIST_MESSAGE
- See Also:
-
EXPECTED_OBJECT_MESSAGE
- See Also:
-
-
Constructor Details
-
DirectiveIllegalArgumentTypeError
-
-
Method Details
-
mkDirectiveIllegalArgumentTypeErrorMessage
-