EncryptorError

public enum EncryptorError : LocalizedError, Sendable

EncryptorError represents errors that can occur while encrypting/decrypting.

  • Declaration

    Swift

    case failedToEncrypt
  • Declaration

    Swift

    case failedToDecrypt
  • A localized description of the error, used by LocalizedError.

    Declaration

    Swift

    public var errorDescription: String? { get }