RSAError

public struct RSAError : Error, CustomStringConvertible

The RSAError represents RSA‘s errors.

  • The error code.

    Declaration

    Swift

    public let code: Int
  • The description.

    Declaration

    Swift

    public var description: String { get }