- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for errIllegalSQLFunctionArgument (0.09 sec)
-
cmd/apierrorcode_string.go
_ = x[ErrEmptyRequestBody-230] _ = x[ErrUnsupportedFunction-231] _ = x[ErrInvalidExpressionType-232] _ = x[ErrBusy-233] _ = x[ErrUnauthorizedAccess-234] _ = x[ErrExpressionTooLong-235] _ = x[ErrIllegalSQLFunctionArgument-236] _ = x[ErrInvalidKeyPath-237] _ = x[ErrInvalidCompressionFormat-238] _ = x[ErrInvalidFileHeaderInfo-239] _ = x[ErrInvalidJSONType-240] _ = x[ErrInvalidQuoteFields-241]
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Wed Apr 16 07:34:24 UTC 2025 - 21.6K bytes - Viewed (0) -
internal/s3select/unused-errors.go
return &s3Error{ code: "IntegerOverflow", message: "Integer overflow or underflow in the SQL expression.", statusCode: 400, cause: err, } } func errIllegalSQLFunctionArgument(err error) *s3Error { return &s3Error{ code: "IllegalSqlFunctionArgument", message: "Illegal argument was used in the SQL function.", statusCode: 400, cause: err, } }
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Tue Feb 20 08:16:35 UTC 2024 - 17.5K bytes - Viewed (0)