- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for LikeInvalidInputs (0.17 seconds)
-
internal/s3select/sql/errors.go
message: "Incorrect type of arguments in function call.", statusCode: 400, cause: err, } } func errLikeInvalidInputs(err error) *s3Error { return &s3Error{ code: "LikeInvalidInputs", message: "Invalid argument given to the LIKE clause in the SQL expression.", statusCode: 400, cause: err, } } func errQueryParseFailure(err error) *s3Error { return &s3Error{
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Jun 01 21:59:40 GMT 2021 - 2.6K bytes - Click Count (0) -
cmd/api-errors.go
Code: "IntegerOverflow", Description: "Int overflow or underflow in the SQL expression.", HTTPStatusCode: http.StatusBadRequest, }, ErrLikeInvalidInputs: { Code: "LikeInvalidInputs", Description: "Invalid argument given to the LIKE clause in the SQL expression.", HTTPStatusCode: http.StatusBadRequest, }, ErrCastFailed: { Code: "CastFailed",
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Wed Apr 16 07:34:24 GMT 2025 - 93K bytes - Click Count (3)