PersistenceError
public enum PersistenceError: Error
An error thrown by a type that adopts Persistable.
-
Thrown by MutablePersistable.update() when no matching row could be found in the database.
Declaration
Swift
case recordNotFound(MutablePersistable)
-
A textual representation of
self.Declaration
Swift
public var description: String
View on GitHub
Install in Dash
PersistenceError Enum Reference