RutokenModule Documentation

Structure PKCS11Error

public struct PKCS11Error: LocalizedError  

RutokenKeysProcessor errors

PKCS11Error PKCS11Error LocalizedError LocalizedError PKCS11Error->LocalizedError

Nested Types

PKCS11Error.`Type`

The enum of possible errors

Conforms To

LocalizedError

Properties

error​Code

public let errorCode: UInt

The error's code

type

public let type: Type

The type of the error

error​Description

public var errorDescription: String?