Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for EvaluatorInvalidArguments (0.12 sec)

  1. cmd/api-errors.go

    		Code:           "ValueParseFailure",
    		Description:    "Time stamp parse failure in the SQL expression.",
    		HTTPStatusCode: http.StatusBadRequest,
    	},
    	ErrEvaluatorInvalidArguments: {
    		Code:           "EvaluatorInvalidArguments",
    		Description:    "Incorrect number of arguments in the function call in the SQL expression.",
    		HTTPStatusCode: http.StatusBadRequest,
    	},
    	ErrIntegerOverflow: {
    		Code:           "IntegerOverflow",
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Oct 01 22:13:18 UTC 2024
    - 92.1K bytes
    - Viewed (0)
Back to top