Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for farthest (0.05 sec)

  1. cmd/object-handlers_test.go

    					}
    					// parse the error response.
    					var errXML APIErrorResponse
    					err = xml.Unmarshal(errBytes, &errXML)
    					if err != nil {
    						t.Fatalf("%s, Failed to unmarshal error response from list object partsest %s/%s: <ERROR> %v",
    							reqType, bucketName, testObject, err)
    					}
    					// Validate whether the error has occurred for the expected reason.
    					if test.expectedErr.Code != errXML.Code {
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 163.1K bytes
    - Viewed (0)
Back to top