- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 50 for armerror (0.2 sec)
-
cmd/object-api-options.go
} func getAndValidateAttributesOpts(ctx context.Context, w http.ResponseWriter, r *http.Request, bucket, object string) (opts ObjectOptions, valid bool) { var argumentName string var argumentValue string var apiErr APIError var err error valid = true defer func() { if valid { return } errResp := objectAttributesErrorResponse{ ArgumentName: &argumentName, ArgumentValue: &argumentValue,
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Aug 21 21:13:59 UTC 2024 - 14.4K bytes - Viewed (0) -
cmd/object-handlers_test.go
t.Fatalf("[%s] Failed to unmarshal NewMultipartUpload response <ERROR> %v", instanceType, err) } noAPIErr := APIError{} missingDateHeaderErr := getAPIError(ErrMissingDateHeader) internalErr := getAPIError(ErrBadRequest) testCases := []struct { fault Fault expectedErr APIError }{ {BadSignature, missingDateHeaderErr}, {None, noAPIErr}, {TooBigDecodedLength, internalErr}, }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Sep 12 20:10:44 UTC 2024 - 163.2K bytes - Viewed (0) -
cmd/bucket-replication.go
// It also returns true if replication destination is same as this server. func validateReplicationDestination(ctx context.Context, bucket string, rCfg *replication.Config, opts *validateReplicationDestinationOptions) (bool, APIError) { if opts == nil { opts = &validateReplicationDestinationOptions{} } var arns []string if rCfg.RoleArn != "" { arns = append(arns, rCfg.RoleArn) } else { for _, rule := range rCfg.Rules {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Oct 10 06:49:55 UTC 2024 - 116.1K bytes - Viewed (0) -
cmd/object-handlers.go
// If not set, convert or use BadRequest if s3Err == ErrNone { apiErr = toAPIError(ctx, err) if apiErr.Code == "InternalError" { // Convert generic internal errors to bad requests. apiErr = APIError{ Code: "BadRequest", Description: err.Error(), HTTPStatusCode: http.StatusBadRequest, } } } writeErrorResponse(ctx, w, apiErr, r.URL) return }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sat Oct 05 05:16:15 UTC 2024 - 117.4K bytes - Viewed (0) -
src/cmd/cgo/gcc.go
break } // Invent new Name for the two-result function. n := f.Name["2"+r.Name.Go] if n == nil { n = new(Name) *n = *r.Name n.AddError = true n.Mangle = "_C2func_" + n.Go f.Name["2"+r.Name.Go] = n } expr = getNewIdent(n.Mangle) r.Name = n break } case ctxExpr: switch r.Name.Kind {
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Sep 18 15:07:34 UTC 2024 - 97.1K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.21.md
- Speed up finding unneeded nodes by 5x+ in very large clusters by reducing the number of PreFilter calls - Expose `--max-nodes-total` as a metric - Errors in `IncreaseSize` changed from type `apiError` to `cloudProviderError` - Make `build-in-docker` and `test-in-docker` work on Linux systems with SELinux enabled
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Fri Oct 14 07:03:14 UTC 2022 - 367.3K bytes - Viewed (0) -
api/go1.txt
pkg strconv, func UnquoteChar(string, uint8) (int32, bool, string, error) pkg strconv, method (*NumError) Error() string pkg strconv, type NumError struct pkg strconv, type NumError struct, Err error pkg strconv, type NumError struct, Func string pkg strconv, type NumError struct, Num string pkg strconv, var ErrRange error pkg strconv, var ErrSyntax error
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.20.md
- Speed up finding unneeded nodes by 5x+ in very large clusters by reducing the number of PreFilter calls - Expose `--max-nodes-total` as a metric - Errors in `IncreaseSize` changed from type `apiError` to `cloudProviderError` - Make `build-in-docker` and `test-in-docker` work on Linux systems with SELinux enabled
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Wed Jan 19 21:05:45 UTC 2022 - 409K bytes - Viewed (0) -
api/go1.14.txt
pkg net/http/httptest, type Server struct, EnableHTTP2 bool pkg net/textproto, method (MIMEHeader) Values(string) []string pkg strconv, method (*NumError) Unwrap() error pkg syscall (windows-386), const CTRL_CLOSE_EVENT = 2 pkg syscall (windows-386), const CTRL_CLOSE_EVENT ideal-int pkg syscall (windows-386), const CTRL_LOGOFF_EVENT = 5
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
test-site/activator-launch-1.3.2.jar
private void addExtendingConfigur(String[], org.apache.ivy.core.module.descriptor.DefaultDependencyDes, boolean); private void addExtendingConfigur(String, org.apache.ivy.core.module.descriptor.DefaultDependencyDes, boolean); protected final void addError(String); public void warning(org.xml.sax.SAXParseException); public void error(org.xml.sax.SAXParseException); public void fatalError(org.xml.sax.SAXParseException); private String getLocationString(org.xml.sax.SAXParseException); protected final...
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Mon Apr 20 08:41:37 UTC 2015 - 1.2M bytes - Viewed (0)