- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for armerror (0.05 seconds)
-
cmd/api-errors.go
case kms.Error: apiErr = APIError{ Code: e.APICode, Description: e.Err, HTTPStatusCode: e.Code, } case batchReplicationJobError: apiErr = APIError{ Description: e.Description, Code: e.Code, HTTPStatusCode: e.HTTPStatusCode, } case InvalidRange: apiErr = APIError{ Code: "InvalidRange",Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Wed Apr 16 07:34:24 GMT 2025 - 93K bytes - Click Count (3) -
cmd/admin-handlers-users.go
func (a adminAPIHandlers) AddServiceAccount(w http.ResponseWriter, r *http.Request) { ctx, cred, opts, createReq, targetUser, APIError := commonAddServiceAccount(r, false) if APIError.Code != "" { writeErrorResponseJSON(ctx, w, APIError, r.URL) return } if createReq.AccessKey == globalActiveCred.AccessKey {
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 90.6K bytes - Click Count (0)