- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for errParseUnsupportedToken (0.07 sec)
-
cmd/apierrorcode_string.go
_ = x[ErrParseExpectedNumber-261] _ = x[ErrParseExpectedRightParenBuiltinFunctionCall-262] _ = x[ErrParseExpectedTypeName-263] _ = x[ErrParseExpectedWhenClause-264] _ = x[ErrParseUnsupportedToken-265] _ = x[ErrParseUnsupportedLiteralsGroupBy-266] _ = x[ErrParseExpectedMember-267] _ = x[ErrParseUnsupportedSelect-268] _ = x[ErrParseUnsupportedCase-269] _ = x[ErrParseUnsupportedCaseClause-270]
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
code: "ParseExpectedWhenClause", message: "Did not find the expected WHEN clause in the SQL expression. CASE is not supported.", statusCode: 400, cause: err, } } func errParseUnsupportedToken(err error) *s3Error { return &s3Error{ code: "ParseUnsupportedToken", message: "The SQL expression contains an unsupported token.", 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)