SyncKeyStorageError
@objc(VSSSyncKeyStorageError)
public enum SyncKeyStorageError : Int, LocalizedError
Declares error types and codes for SyncKeyStorage
- keychainEntryNotFoundWhileUpdating: KeychainEntry not found while updating
- cloudEntryNotFoundWhileUpdating: CloudEntry not found while updating
- cloudEntryNotFoundWhileDeleting: CloudEntry not found while deleting
- keychainEntryNotFoundWhileComparing: KeychainEntry not found while comparing
- keychainEntryAlreadyExistsWhileStoring: KeychainEntry already exists while storing
- cloudEntryAlreadyExistsWhileStoring: CloudEntry already exists while storing
- invalidModificationDateInKeychainEntry: Invalid modificationDate in KeychainEntry
- invalidCreationDateInKeychainEntry: Invalid creationDate in KeychainEntry
- noMetaInKeychainEntry: No meta in keychainEntry
- invalidKeysInEntryMeta: Invalid keys in entry meta
- inconsistentStateError: Inconsistent state error
- entrySavingError: Error while saving entry
-
Undocumented
Declaration
Swift
case keychainEntryNotFoundWhileUpdating = 1 -
Undocumented
Declaration
Swift
case cloudEntryNotFoundWhileUpdating = 2 -
Undocumented
Declaration
Swift
case cloudEntryNotFoundWhileDeleting = 3 -
Undocumented
Declaration
Swift
case keychainEntryNotFoundWhileComparing = 4 -
Undocumented
Declaration
Swift
case keychainEntryAlreadyExistsWhileStoring = 5 -
Undocumented
Declaration
Swift
case cloudEntryAlreadyExistsWhileStoring = 6 -
Undocumented
Declaration
Swift
case invalidModificationDateInKeychainEntry = 7 -
Undocumented
Declaration
Swift
case invalidCreationDateInKeychainEntry = 8 -
Undocumented
Declaration
Swift
case noMetaInKeychainEntry = 9 -
Undocumented
Declaration
Swift
case invalidKeysInEntryMeta = 10 -
Undocumented
Declaration
Swift
case inconsistentStateError = 11 -
Undocumented
Declaration
Swift
case entrySavingError = 12 -
Human-readable localized description
Declaration
Swift
public var errorDescription: String? { get }
SyncKeyStorageError Enumeration Reference