Class QueryValidationError

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
app.ductape.sdk.warehouse.parser.QueryValidationError
All Implemented Interfaces:
DuctapeError, Serializable

public final class QueryValidationError extends RuntimeException implements DuctapeError
TS parity: sdk/ts/src/warehouse/parser/query-parser.ts QueryValidationError
See Also:
  • Constructor Details

    • QueryValidationError

      public QueryValidationError(String message, List<String> errors)
  • Method Details