public static class DeleteObjectsResult.ErrorResult extends Object
| 构造器和说明 |
|---|
ErrorResult(String objectKey,
String version,
String errorCode,
String message)
Constructor
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getErrorCode()
Error code returned after a deletion failure
|
String |
getMessage()
Obtain the error description returned after a deletion failure.
|
String |
getObjectKey()
Obtain the name of the object that fails to be deleted.
|
String |
getVersion()
Obtain the version ID of the object that fails to be deleted.
|
String |
toString() |
public ErrorResult(String objectKey, String version, String errorCode, String message)
objectKey - Name of the object that fails to be deletedversion - Version ID of the object that fails to be deletederrorCode - Error code returned after a deletion failuremessage - Error information returned after a deletion failurepublic String getObjectKey()
public String getVersion()
public String getErrorCode()
public String getMessage()
Copyright © 2021. All rights reserved.