PCSDKModule Documentation Beta

Enumeration PCKYCError

public enum PCKYCError

The error from KYC-connector

PCKYCError PCKYCError LocalizedError LocalizedError PCKYCError->LocalizedError

Conforms To

LocalizedError

Enumeration Cases

internal​Error

case internalError

public​Key​Not​Set

case publicKeyNotSet

source​Type​Not​Set

case sourceTypeNotSet

session​Not​Exists

case sessionNotExists

signature​Not​Set

case signatureNotSet

signature​IsInvalid

case signatureIsInvalid

salt​Not​Set

case saltNotSet

challenge​Not​Found

case challengeNotFound

session​Status​Invalid

case sessionStatusInvalid

pc​Key​Not​Set

case pcKeyNotSet

session​IsNull

case sessionIsNull

analyse​Results​Are​Null

case analyseResultsAreNull

ocr​Results​Are​Null

case ocrResultsAreNull

pc​Error​Get​Keys

case pcErrorGetKeys

kyc​Connector​Error

case kycConnectorError(code: Int, message: String?)

Properties

error​Description

var errorDescription: String?