EncryptorError
public enum EncryptorError : LocalizedError
EncryptorError represents errors that can occur while encrypting/decrypting.
-
Declaration
Swift
case failedToEncrypt -
Declaration
Swift
case failedToDecrypt -
A localized message describing what error occurred.
Declaration
Swift
public var errorMessage: String { get }