public static class DeleteObjectsResult.ErrorResult extends Object
Constructor and Description |
---|
ErrorResult(String objectKey,
String version,
String errorCode,
String message)
构造函数
|
Modifier and Type | Method and Description |
---|---|
String |
getErrorCode()
获取删除失败的错误码
|
String |
getMessage()
获取删除失败的错误描述
|
String |
getObjectKey()
获取删除失败的对象名称
|
String |
getVersion()
获取删除失败的对象版本号
|
String |
toString() |
Copyright © 2021. All rights reserved.