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 }
View on GitHub
RSAError Structure Reference