Enumeration
PCServerError
public enum PCServerError: Int, LocalizedError
SDK's network error type
Relationships
Conforms To
Int
LocalizedError
Enumeration Cases
undefined
case undefined = -2
serverDoesNotRespond
case serverDoesNotRespond = -1
javaInternalError
case javaInternalError = 100
systemPropertyError
case systemPropertyError = 200
systemIdIsNull
case systemIdIsNull = 201
systemIdIsWrong
case systemIdIsWrong = 202
systemNotFound
case systemNotFound = 203
systemIsDeleted
case systemIsDeleted = 204
systemNameIsNull
case systemNameIsNull = 205
userIdIsNull
case userIdIsNull = 206
userIdPrefIsNull
case userIdPrefIsNull = 207
userNotFound
case userNotFound = 208
userIsDeleted
case userIsDeleted = 209
dsVerifyError
case dsVerifyError = 210
dsStructError
case dsStructError = 211
storeTypeIsWrong
case storeTypeIsWrong = 212
keyContainerAliasIsNull
case keyContainerAliasIsNull = 213
keyContainerNotExists
case keyContainerNotExists = 214
transactionDataUidError
case transactionDataUidError = 215
transactionDataError
case transactionDataError = 216
transactionDataIsNull
case transactionDataIsNull = 217
reportTplIsNull
case reportTplIsNull = 218
requestError
case requestError = 219
systemIdNotUnique
case systemIdNotUnique = 220
requestSignatureNotValid
case requestSignatureNotValid = 221
systemNotValid
case systemNotValid = 222
transactionIsNull
case transactionIsNull = 231
transactionChecked
case transactionChecked = 232
errorParseRegisterSystemInfo
case errorParseRegisterSystemInfo = 233
incorrectUserType
case incorrectUserType = 234
collectionIsEmpty
case collectionIsEmpty = 235
noResult
case noResult = 236
pinIsEmpty
case pinIsEmpty = 237
fprintIsEmpty
case fprintIsEmpty = 238
otpIsNotValid
case otpIsNotValid = 239
validDateExpired
case validDateExpired = 240
systemTypeIsWrong
case systemTypeIsWrong = 241
spartLengthIsWrong
case spartLengthIsWrong = 242
dataTypeIsWrong
case dataTypeIsWrong = 243
invalidHmac
case invalidHmac = 244
keyInfoNotFound
case keyInfoNotFound = 245
wrongSystemType
case wrongSystemType = 246
fprintIsNotEmpty
case fprintIsNotEmpty = 247
wrongAuthCode
case wrongAuthCode = 248
confirmTypeIsNull
case confirmTypeIsNull = 249
storeTypeIsNull
case storeTypeIsNull = 250
deviceTypeIsNull
case deviceTypeIsNull = 251
transactionDataTypeIsNull
case transactionDataTypeIsNull = 252
userIdPrefTooLong
case userIdPrefTooLong = 253
confirmCodeLengthIsWrong
case confirmCodeLengthIsWrong = 254
confirmCodeIsNull
case confirmCodeIsNull = 255
transactionIdIsNull
case transactionIdIsNull = 256
statusListIsEmpty
case statusListIsEmpty = 257
deviceIdIsNull
case deviceIdIsNull = 258
deviceTypeIsIncorrect
case deviceTypeIsIncorrect = 259
invalidOtp
case invalidOtp = 261
invalidKdf
case invalidKdf = 263
pinLengthIsWrong
case pinLengthIsWrong = 264
pushIdIsNull
case pushIdIsNull = 265
transactionStatusInvalid
case transactionStatusInvalid = 267
authCodeIsNull
case authCodeIsNull = 268
statusListIsIncorrect
case statusListIsIncorrect = 269
declineReasonIsNull
case declineReasonIsNull = 270
transactionIsNotUnique
case transactionIsNotUnique = 271
billDateCorrupted
case billDateCorrupted = 272
userBillDateCorrupted
case userBillDateCorrupted = 273
transactionIsDeleted
case transactionIsDeleted = 274
billRequestAlreadyProcessed
case billRequestAlreadyProcessed = 275
pubkeyIsEmpty
case pubkeyIsEmpty = 276
pubkeyIsNotEmpty
case pubkeyIsNotEmpty = 277
signatureIsInvalid
case signatureIsInvalid = 278
signatureIsNull
case signatureIsNull = 279
signatureAndConfirmCodeAreNull
case signatureAndConfirmCodeAreNull = 280
transactionExpired
case transactionExpired = 281
jsonSchemeNotSupported
case jsonSchemeNotSupported = 282
jsonRequestIncorrect
case jsonRequestIncorrect = 283
licenseUpdateError
case licenseUpdateError = 284
licenseExpired
case licenseExpired = 285
licenseUserCountExceeded
case licenseUserCountExceeded = 286
billingTypeCorrupted
case billingTypeCorrupted = 287
httpAuthCodeInvalid
case httpAuthCodeInvalid = 288
notSupported
case notSupported = 289
extAuthTemplateNotFound
case extAuthTemplateNotFound = 290
extAuthFailed
case extAuthFailed = 291
extAuthTypeNotSupported
case extAuthTypeNotSupported = 292
extAuthNeeded
case extAuthNeeded = 293
userIsBlocked
case userIsBlocked = 294
keyExpired
case keyExpired = 295
licenseNotFound
case licenseNotFound = 296
pushNotFound
case pushNotFound = 297
scoringSettingsIsNull
case scoringSettingsIsNull = 298
autosingSignatureIsInvalid
case autosingSignatureIsInvalid = 299
serverScoringSettingsIncorrect
case serverScoringSettingsIncorrect = 300
scoringFailed
case scoringFailed = 301
highScoringRiskLevel
case highScoringRiskLevel = 302
autosignFailed
case autosignFailed = 304
autosignNotAllowed
case autosignNotAllowed = 305
attemptIdIsNull
case attemptIdIsNull = 306
flexibleLicenseError
case flexibleLicenseError = 307
unsupportedBillingType
case unsupportedBillingType = 308
licenseError
case licenseError = 309
operationNotExists
case operationNotExists = 310
transactionIsNotInOperation
case transactionIsNotInOperation = 311
operationStatusInvalid
case operationStatusInvalid = 312
createOperationError
case createOperationError = 313
remoteUpdateError
case remoteUpdateError = 314
remoteUpdateErrorBlock
case remoteUpdateErrorBlock = 315
remoteUpdateDisabled
case remoteUpdateDisabled = 316
operationExpired
case operationExpired = 317
dnIsNull
case dnIsNull = 318
certRequestParamsIsNull
case certRequestParamsIsNull = 319
certIssueError
case certIssueError = 320
noCertRequest
case noCertRequest = 321
noCert
case noCert = 322
noPkiSettingsDefined
case noPkiSettingsDefined = 323
canNotUseCertificateChain
case canNotUseCertificateChain = 324
certStatusInvalid
case certStatusInvalid = 325
certRevokeError
case certRevokeError = 326
keyIndexObsoleted
case keyIndexObsoleted = 336
keyIndexWrong
case keyIndexWrong = 337
deviceFingerprintMismatch
case deviceFingerprintMismatch = 338
Properties
errorCode
public var errorCode: Int
errorDescription
public var errorDescription: String?