BucketNotEmptyError

Bucket is not empty exception.

Thrown when attempting to delete a bucket that still has object contents.

Author

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

Since

v0.1.0

Constructors

Link copied to clipboard
Link copied to clipboard
fun BucketNotEmptyError(bucket: BucketName, message: String)
Link copied to clipboard
Link copied to clipboard
fun BucketNotEmptyError(bucket: BucketName, message: String, cause: Throwable)

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
Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?