CloudKeyStorageError
@objc(VSSCloudKeyStorageError)
public enum CloudKeyStorageError : Int, LocalizedError
Declares error types and codes for KeyknoxManager
- entryNotFound: Entry was not found
- entrySavingError: Error while saving entry
- entryAlreadyExists: Entry already exists
- cloudStorageOutOfSync: Sync this storage before any other operations
-
Undocumented
Declaration
Swift
case entryNotFound = 1
-
Undocumented
Declaration
Swift
case entrySavingError = 2
-
Undocumented
Declaration
Swift
case entryAlreadyExists = 3
-
Undocumented
Declaration
Swift
case cloudStorageOutOfSync = 4
-
Human-readable localized description
Declaration
Swift
public var errorDescription: String? { get }