Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DataSourcePathUnsupported (0.17 sec)

  1. internal/s3select/sql/errors.go

    		message:    fmt.Sprintf("The table name is not supported: %v", err),
    		statusCode: 400,
    		cause:      err,
    	}
    }
    
    func errDataSource(err error) *s3Error {
    	return &s3Error{
    		code:       "DataSourcePathUnsupported",
    		message:    fmt.Sprintf("Data source: %v", err),
    		statusCode: 400,
    		cause:      err,
    	}
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Jun 01 21:59:40 UTC 2021
    - 2.6K bytes
    - Viewed (0)
Back to top