Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for ParseUnsupportedAlias (0.1 seconds)

  1. internal/s3select/unused-errors.go

    		statusCode: 400,
    		cause:      err,
    	}
    }
    
    func errParseUnsupportedAlias(err error) *s3Error {
    	return &s3Error{
    		code:       "ParseUnsupportedAlias",
    		message:    "The SQL expression contains an unsupported use of ALIAS.",
    		statusCode: 400,
    		cause:      err,
    	}
    }
    
    func errParseInvalidPathComponent(err error) *s3Error {
    	return &s3Error{
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Tue Feb 20 08:16:35 GMT 2024
    - 17.5K bytes
    - Click Count (0)
  2. cmd/apierrorcode_string.go

    Taran Pelkey <******@****.***> 1744754791 -0400
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Wed Apr 16 07:34:24 GMT 2025
    - 21.6K bytes
    - Click Count (0)
Back to Top