Class DirectiveIllegalLocationError

All Implemented Interfaces:
GraphQLError, Serializable

public class DirectiveIllegalLocationError extends BaseError
See Also:
  • Constructor Details

    • DirectiveIllegalLocationError

      public DirectiveIllegalLocationError(Node element, String elementName, String directiveName, String locationName)
    • DirectiveIllegalLocationError

      public DirectiveIllegalLocationError(DirectiveDefinition element, String locationName)