ObjectDeleteError

Object deletion error.

Represents any error that occurred as a result of attempting to delete a single object from an S3 store.

Bulk object deletes may include more than one instance of this exception as details about the objects that could not be deleted.

Author

Elizabeth Paige Harper https://github.com/Foxcapades

Since

v0.1.0

Constructors

Link copied to clipboard
fun ObjectDeleteError(path: String, s3Message: String, s3Code: String, message: String, cause: Throwable)
Link copied to clipboard
fun ObjectDeleteError(path: String, s3Message: String, s3Code: String)

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?
Link copied to clipboard

Key/path of the object on which the delete operation was attempted.

Link copied to clipboard

Error code returned by the S3 server.

Link copied to clipboard

Message returned by the S3 server.