SQLiteCardStorageError
@objc(VTESQLiteCardStorageError)
public enum SQLiteCardStorageError : Int, LocalizedError
Represents error of SQLiteCardStorage
- inconsistentDb: Storage turned into inconsistency state
- emptyIdentities: Empty identities
-
Undocumented
Declaration
Swift
case inconsistentDb = 1
-
Undocumented
Declaration
Swift
case emptyIdentities = 2
-
Human-readable localized description
Declaration
Swift
public var errorDescription: String? { get }