AlreadyExists

open class AlreadyExists(message: String? = null, val sources: List<String> = emptyList()) : OuisyncException

Entry already exists

Constructors

Link copied to clipboard
constructor(message: String? = null, sources: List<String> = emptyList())

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
open val message: String?
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String