-
public final class DittoError.StoreErrorReason.FailedToCopyAttachment extends DittoError.StoreErrorReason
The attachment copy failed.
-
-
Field Summary
Fields Modifier and Type Field Description private final IOExceptionerror
-
Constructor Summary
Constructors Constructor Description DittoError.StoreErrorReason.FailedToCopyAttachment(IOException error)
-
Method Summary
Modifier and Type Method Description final IOExceptiongetError()-
-
Constructor Detail
-
DittoError.StoreErrorReason.FailedToCopyAttachment
DittoError.StoreErrorReason.FailedToCopyAttachment(IOException error)
-
-
Method Detail
-
getError
final IOException getError()
-
-
-
-