Class QueryComplexityLimitsExceeded

All Implemented Interfaces:
Serializable

@NullMarked public class QueryComplexityLimitsExceeded extends RuntimeException
Exception thrown when query complexity limits (depth or field count) are exceeded during validation. This exception is caught by the Validator and converted to a ValidationError.
See Also:
  • Constructor Details

    • QueryComplexityLimitsExceeded

      public QueryComplexityLimitsExceeded(ValidationErrorType errorType, int limit, int actual)
  • Method Details