| Package | Description |
|---|---|
| com.qcloud.cos.exception | |
| com.qcloud.cos.internal |
| Modifier and Type | Method and Description |
|---|---|
List<MultiObjectDeleteException.DeleteError> |
MultiObjectDeleteException.getErrors()
Returns the list of errors from the attempted delete operation.
|
| Constructor and Description |
|---|
MultiObjectDeleteException(Collection<MultiObjectDeleteException.DeleteError> errors,
Collection<DeleteObjectsResult.DeletedObject> deletedObjects) |
| Modifier and Type | Method and Description |
|---|---|
List<MultiObjectDeleteException.DeleteError> |
DeleteObjectsResponse.getErrors() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteObjectsResponse.setErrors(List<MultiObjectDeleteException.DeleteError> errors) |
| Constructor and Description |
|---|
DeleteObjectsResponse(List<DeleteObjectsResult.DeletedObject> deletedObjects,
List<MultiObjectDeleteException.DeleteError> errors) |
Copyright © 2023. All rights reserved.