- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for errMissingHeaders (0.07 seconds)
-
cmd/apierrorcode_string.go
_ = x[ErrEvaluatorInvalidTimestampFormatPatternToken-309] _ = x[ErrEvaluatorInvalidTimestampFormatPatternSymbol-310] _ = x[ErrEvaluatorBindingDoesNotExist-311] _ = x[ErrMissingHeaders-312] _ = x[ErrInvalidColumnIndex-313] _ = x[ErrAdminConfigNotificationTargetsFailed-314] _ = x[ErrAdminProfilerNotEnabled-315] _ = x[ErrInvalidDecompressedSize-316] _ = x[ErrAddUserInvalidArgument-317]
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Wed Apr 16 07:34:24 GMT 2025 - 21.6K bytes - Click Count (0) -
internal/s3select/unused-errors.go
return &s3Error{ code: "MultipleDataSourcesUnsupported", message: "Multiple data sources are not supported.", statusCode: 400, cause: err, } } func errMissingHeaders(err error) *s3Error { return &s3Error{ code: "MissingHeaders", message: "Some headers in the query are missing from the file. Check the file and try again.", statusCode: 400, cause: err,
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Feb 20 08:16:35 GMT 2024 - 17.5K bytes - Click Count (0)