Error list
This are all the errors that our SDK could return:
error key | Description |
---|---|
callback/not-provided | Callback URL not provided when calling the SDK |
callback/invalid-url | Callback URL provided is not valid |
callback/invalid-protocol | Callback URL provided is not valid protocol |
clientId/not-provided | Client Id not provided when intializing the SDK |
clientSecret/not-provided | Client Secret not provided when intializing the SDK |
externalId/not-provided | External ID not provided when calling the SDK |
name/not-provided | Name not provided when calling the SDK |
deviceId/not-provided | Device Id not provided when intializing the SDK |
public-key/invalid | Public key provided for external wallet is not valid |
token/invalid | Token invalid, means Client Id or Client Secret are wrong |
token/expired | Token expired, the actual expiration time for session is 5 minutes |
eventData/not-provided | Empty eventData provided |
camera/permissions-denied | User didn't allow camera permission request |
camera/requested-camera-not-supported | User device camera is not supported |
verify/face-didn't-match-or-invalid-pin | User face was not validated |
recognize/face-not-recognized-or-invalid-pin | User face was not recognized |
enroll/user-id-already-exists | External ID already exists |
enroll/id-number-already-exists | User ID number scanned from ID already exists |
user-cancelled | User manually cancelled |