Enumeration
PCServerError
public enum PCServerError
SDK's network error type
Relationships
Conforms To
Int
LocalizedError
Enumeration Cases
undefined
case undefined
serverDoesNotRespond
case serverDoesNotRespond
javaInternalError
case javaInternalError
systemPropertyError
case systemPropertyError
systemIdIsNull
case systemIdIsNull
systemIdIsWrong
case systemIdIsWrong
systemNotFound
case systemNotFound
systemIsDeleted
case systemIsDeleted
systemNameIsNull
case systemNameIsNull
userIdIsNull
case userIdIsNull
userIdPrefIsNull
case userIdPrefIsNull
userNotFound
case userNotFound
userIsDeleted
case userIsDeleted
dsVerifyError
case dsVerifyError
dsStructError
case dsStructError
storeTypeIsWrong
case storeTypeIsWrong
keyContainerAliasIsNull
case keyContainerAliasIsNull
keyContainerNotExists
case keyContainerNotExists
transactionDataUidError
case transactionDataUidError
transactionDataError
case transactionDataError
transactionDataIsNull
case transactionDataIsNull
reportTplIsNull
case reportTplIsNull
requestError
case requestError
systemIdNotUnique
case systemIdNotUnique
requestSignatureNotValid
case requestSignatureNotValid
systemNotValid
case systemNotValid
transactionIsNull
case transactionIsNull
transactionChecked
case transactionChecked
errorParseRegisterSystemInfo
case errorParseRegisterSystemInfo
incorrectUserType
case incorrectUserType
collectionIsEmpty
case collectionIsEmpty
noResult
case noResult
pinIsEmpty
case pinIsEmpty
fprintIsEmpty
case fprintIsEmpty
otpIsNotValid
case otpIsNotValid
validDateExpired
case validDateExpired
systemTypeIsWrong
case systemTypeIsWrong
spartLengthIsWrong
case spartLengthIsWrong
dataTypeIsWrong
case dataTypeIsWrong
invalidHmac
case invalidHmac
keyInfoNotFound
case keyInfoNotFound
wrongSystemType
case wrongSystemType
fprintIsNotEmpty
case fprintIsNotEmpty
wrongAuthCode
case wrongAuthCode
confirmTypeIsNull
case confirmTypeIsNull
storeTypeIsNull
case storeTypeIsNull
deviceTypeIsNull
case deviceTypeIsNull
transactionDataTypeIsNull
case transactionDataTypeIsNull
userIdPrefTooLong
case userIdPrefTooLong
confirmCodeLengthIsWrong
case confirmCodeLengthIsWrong
confirmCodeIsNull
case confirmCodeIsNull
transactionIdIsNull
case transactionIdIsNull
statusListIsEmpty
case statusListIsEmpty
deviceIdIsNull
case deviceIdIsNull
deviceTypeIsIncorrect
case deviceTypeIsIncorrect
invalidOtp
case invalidOtp
invalidKdf
case invalidKdf
pinLengthIsWrong
case pinLengthIsWrong
pushIdIsNull
case pushIdIsNull
transactionStatusInvalid
case transactionStatusInvalid
authCodeIsNull
case authCodeIsNull
statusListIsIncorrect
case statusListIsIncorrect
declineReasonIsNull
case declineReasonIsNull
transactionIsNotUnique
case transactionIsNotUnique
billDateCorrupted
case billDateCorrupted
userBillDateCorrupted
case userBillDateCorrupted
transactionIsDeleted
case transactionIsDeleted
billRequestAlreadyProcessed
case billRequestAlreadyProcessed
pubkeyIsEmpty
case pubkeyIsEmpty
pubkeyIsNotEmpty
case pubkeyIsNotEmpty
signatureIsInvalid
case signatureIsInvalid
signatureIsNull
case signatureIsNull
signatureAndConfirmCodeAreNull
case signatureAndConfirmCodeAreNull
transactionExpired
case transactionExpired
jsonSchemeNotSupported
case jsonSchemeNotSupported
jsonRequestIncorrect
case jsonRequestIncorrect
licenseUpdateError
case licenseUpdateError
licenseExpired
case licenseExpired
licenseUserCountExceeded
case licenseUserCountExceeded
billingTypeCorrupted
case billingTypeCorrupted
httpAuthCodeInvalid
case httpAuthCodeInvalid
notSupported
case notSupported
extAuthTemplateNotFound
case extAuthTemplateNotFound
extAuthFailed
case extAuthFailed
extAuthTypeNotSupported
case extAuthTypeNotSupported
extAuthNeeded
case extAuthNeeded
userIsBlocked
case userIsBlocked
keyExpired
case keyExpired
licenseNotFound
case licenseNotFound
pushNotFound
case pushNotFound
scoringSettingsIsNull
case scoringSettingsIsNull
autosingSignatureIsInvalid
case autosingSignatureIsInvalid
serverScoringSettingsIncorrect
case serverScoringSettingsIncorrect
scoringFailed
case scoringFailed
highScoringRiskLevel
case highScoringRiskLevel
autosignFailed
case autosignFailed
autosignNotAllowed
case autosignNotAllowed
attemptIdIsNull
case attemptIdIsNull
flexibleLicenseError
case flexibleLicenseError
unsupportedBillingType
case unsupportedBillingType
licenseError
case licenseError
operationNotExists
case operationNotExists
transactionIsNotInOperation
case transactionIsNotInOperation
operationStatusInvalid
case operationStatusInvalid
createOperationError
case createOperationError
remoteUpdateError
case remoteUpdateError
remoteUpdateErrorBlock
case remoteUpdateErrorBlock
remoteUpdateDisabled
case remoteUpdateDisabled
operationExpired
case operationExpired
dnIsNull
case dnIsNull
certRequestParamsIsNull
case certRequestParamsIsNull
certIssueError
case certIssueError
noCertRequest
case noCertRequest
noCert
case noCert
noPkiSettingsDefined
case noPkiSettingsDefined
canNotUseCertificateChain
case canNotUseCertificateChain
certStatusInvalid
case certStatusInvalid
certRevokeError
case certRevokeError
Properties
errorCode
var errorCode: Int
errorDescription
var errorDescription: String?