CustomErrors
public struct CustomErrors
Utility to manage various error codes and messages.
Error Codes
The table below lists the different custom error codes and messages developers might encounter.
Key | Code | Message |
---|---|---|
kCancelledProcess | 413005 | The process is terminated by user. |
K_Category_Is_Mandatory | 424 | Document category is mandatory. |
K_COMMUNITY_NAME_IS_MANDATORY | 413004 | Community name is mandatory. |
kInternetErrorOccured | -1009 | Your internet seems to be offline. |
kDecryption | 1202 | Something went wrong with decrypting information. |
K_DateOfBirth_Is_Mandatory | 431 | Document date of birth is mandatory. |
kDocumentAboutToExpire | 414 | This document is about to expire. |
kDocumentExpired | 415 | The document you are trying to enroll is already expired. |
kDocumentDataMandatory | 412000 | Document data is mandatory. |
K_LiveId_Wrong_Enrollment | 436 | LiveID can only be enrolled using setLiveID and registerDocument(with LiveID) methods. |
kDocumentEnrolled | 416 | Document is already enrolled. |
K_Document_Not_Exist | 428 | Document does not exist. |
kDocumentVerificationFailed | 412004 | Scanned document verification failed. |
K_DateOfExpiry_Is_Mandatory | 432 | Document date of expiry is mandatory. |
kEncryption | 1201 | Something went wrong with encrypting information. |
K_Face_Is_Mandatory | 433 | Document face is mandatory. |
K_FirstName_Is_Mandatory | 429 | Document first name is mandatory. |
K_Id_Is_Mandatory | 422 | Document ID is mandatory. |
K_Image_Is_Mandatory | 434 | Document image is mandatory. |
K_Invalid_Category | 427 | Document category is invalid. |
kInvalidDL | 412001 | Invalid Driver License. |
kInvalidNID | 412003 | Invalid National ID. |
kInvalidPP | 412002 | Invalid Passport. |
kInvalidPPBioData | 100004 | Passport Bio-Data not scanned properly. |
kInvalidPPEChipData | 100005 | Invalid E-Passport Chip Data. |
K_LastName_Is_Mandatory | 430 | Document last name is mandatory. |
kLicenseyKeyNotEnabled | 1112 | License key is not enabled for this module. |
kLiveIDMismatch | 401 | LiveID did not match. |
K_LiveId_Not_Unenrolled | 426 | LiveID can't be un-enrolled. |
kDocumentPhotoComparisionFailed | 411 | Your photo on the document does not match with LiveID enrolled on this device. |
K_LiveId_Enrolled | 435 | LiveID is already enrolled. |
kLiveIDMandatory | 421 | LiveID is mandatory. |
kFaceLivenessCheckFailed | 412006 | LiveID Liveness check failed. |
kNoMigrationNeeded | 418 | No migration needed. |
kNotTrustedSessionSource | 421 | Session Url is not a trusted session source. |
kPPAboutToExpire | 100001 | This document is about to expire. |
kPPExpired | 100002 | Expired passport. |
kDocumentDataMismatch | 410 | The document data doesn't match with already enrolled document. |
kDocumentPhotoNotFound | 417 | Document photo not found. |
kPPRFIDTimeout | 100009 | E-Passport Chip scan timeout. |
K_ProofedBy_Is_Mandatory | 425 | Document proofed by is mandatory. |
kPublicKeyRequired | 1200 | Public key required. |
kResetSDK | 120 | Reset SDK. |
K_REGISTRATION_IS_NOT_ALLOWED | 439 | Registration not allowed during restoration. |
kScanCancelled | 412007 | The scanning process is cancelled. |
kScanError | 412008 | Error occurred during scanning process. |
KServiceUrlNotSet | 414001 | Document verification service URL is not set for environment. |
kSessionExpired | 413006 | Session has expired. |
kSomethingWentWrong | 1007 | Something went wrong!\nPlease try again! |
K_SSN_Mandatory | 438 | SSN is mandatory. |
kTenantRegisterFailed | 1001 | Tenant registration fail. |
K_TENANT_DNS_IS_MANDATORY | 413003 | Tenant DNS is mandatory. |
K_Type_Is_Mandatory | 423 | Document type is mandatory. |
kUnauthorizedAccess | 1111 | Unauthorized access. |
kUserIdAlreadyExists | 1005 | UserId already exists. |