- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for XGCSInternalError (0.1 sec)
-
cmd/api-errors.go
Code: "NotImplemented", Description: e.Message, HTTPStatusCode: http.StatusNotImplemented, } } case *googleapi.Error: apiErr = APIError{ Code: "XGCSInternalError", Description: e.Message, HTTPStatusCode: e.Code, } // GCS may send multiple errors, just pick the first one // since S3 only sends one Error XML response. if len(e.Errors) >= 1 {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Oct 01 22:13:18 UTC 2024 - 92.1K bytes - Viewed (0)