Mobile SDK error codes
Upon encountering an error, the Mobile SDK will throw ComplyCubeErrorCode
error. The possible types of errors are listed below:
Error Type | Description |
---|---|
| The configuration provided contains duplicate Selfie photo or Selfie videostages. |
| User has cancelled the flow and exited the SDK (returned to the |
| A Network error has occured. |
| A Document stage is mandatory with the currently configured stages. |
| The token used to initialize the SDK has expired. Create a new SDK token and restart the flow. |
| An unrecoverable error occurred during the flow. |
| An invalid country code is provided. |
| The SDK cannot be launched on this device as it has been compromised. |
| The user has declined disk access permission. |
| A Document stage has been initialized without setting document types. |
| No Result is given to the callback when returning back to your up. If this keeps occuring, let us know about it. |
| The user has not given consent to using the SDK. |
| The SDK has attempted a request to an endpoint you are not authorized to use. |
| An unexpected error has occurred. If this keeps occurring, let us know about it. |
| An unsupported country code is provided for a specific document type. |
| An unsupported document is provided. |
| An error occurred during the upload document or selfie upload process. |
| If |
Last updated