enum SDKError
case activationRequired
case approveRequired
case canceled
case clientSideKeypairDoesNotExist
case confirmationError(approveRequest: ApproveRequest, error: Error)
case decryptionError
case deviceNotFound
case devicePropertiesNotSet
case downloadingError(details: String?)
case encryptionError
case forgotPIN
case handleInvalid
case installingCertificatesError(details: String)
case internalError
case invalidDocument(details: String?)
case keyActivationTypesAreMissing
case keyFlagsCorrupted
case keyStatusInvalid
case localKeypairIsMissing
case missingRequiredData
case networkError(code: Int, message: String?)
case operationNotFound
case pinRetrievingError(String)
case qrTypeInvalid
case secureEnclaveError(details: String)
case selfRegistrationIsForbidden
case signingError(approveRequest: ApproveRequest, error: Error)
case snippetIsMissing
case storageNotInitialized
case storingError
case unsupportedCertificate
case userDoesNotExist
case userExists
case userIsActive
case userIsCreated
case userIsExpired
case userIsInactive
case userIsInstalled
case userIsNotActivated
case userIsNotVerified
case userIsRejected
case verificationDeclined
case verificationQRValueRequired
case wrongCertificateRequest
case wrongPassword
case wrongQR(value: String)