ditto-lib / live.ditto / DittoKitError / StoreErrorReason / attachmentCopyTargetAlreadyExists

attachmentCopyTargetAlreadyExists

data class attachmentCopyTargetAlreadyExists : DittoKitError.StoreErrorReason

The target file for the attachment copy already exists.

Constructors

<init>

attachmentCopyTargetAlreadyExists(error: FileAlreadyExistsException)

The target file for the attachment copy already exists.

Properties

error

val error: FileAlreadyExistsException