Skip to content

Commit

Permalink
Add QUERY_VALIDATION_ERROR error code (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbschanno authored Jan 14, 2025
1 parent 38455cd commit f69b238
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ public enum DatawaveErrorCode {
OOZIE_JOB_START_ERROR(500, 160, "Error starting Oozie job."),
QUERY_PLAN_ERROR(500, 161, "Error retrieving plan for query."),
QUERY_PREDICTIONS_ERROR(500, 162, "Error retrieving predictions for query."),
QUERY_VALIDATION_ERROR(500, 163, "Error validating query."),
// 204 No Content
NO_QUERIES_FOUND(204, 1, "No queries found for user."),
RESULTS_NOT_SENT(204, 2, "Results not sent."),
Expand Down

0 comments on commit f69b238

Please sign in to comment.