-
- All Implemented Interfaces:
-
java.io.Serializable
public class ObjectDeleteError extends S34KError
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.
-
-
Constructor Summary
Constructors Constructor Description ObjectDeleteError(String path, String s3Message, String s3Code, String message, Throwable cause)ObjectDeleteError(String path, String s3Message, String s3Code)
-
Method Summary
Modifier and Type Method Description final StringgetPath()Key/path of the object on which the delete operation was attempted. final StringgetS3Message()Message returned by the S3 server. final StringgetS3Code()Error code returned by the S3 server. -
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-