Enumeration
PCKYCError
public enum PCKYCError
The error from KYC-connector
Relationships
Conforms To
LocalizedError
Enumeration Cases
internalError
case internalError
publicKeyNotSet
case publicKeyNotSet
sourceTypeNotSet
case sourceTypeNotSet
sessionNotExists
case sessionNotExists
signatureNotSet
case signatureNotSet
signatureIsInvalid
case signatureIsInvalid
saltNotSet
case saltNotSet
challengeNotFound
case challengeNotFound
sessionStatusInvalid
case sessionStatusInvalid
pcKeyNotSet
case pcKeyNotSet
sessionIsNull
case sessionIsNull
analyseResultsAreNull
case analyseResultsAreNull
ocrResultsAreNull
case ocrResultsAreNull
pcErrorGetKeys
case pcErrorGetKeys
kycConnectorError
case kycConnectorError(code: Int, message: String?)
Properties
errorDescription
var errorDescription: String?