Package 

Class ObjectDeleteError

  • 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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getPath() Key/path of the object on which the delete operation was attempted.
      final String getS3Message() Message returned by the S3 server.
      final String getS3Code() 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