Mobbeel for developers

Mobbeel for developers

  • MobbScan
  • MobbID
  • MobbSign
  • Clients
  • FAQ

›How to use

MobbID Capacitor

  • Getting started

How to use

  • Initialization
  • Face verification
  • Error handling

Help

  • Changelog

Error handling

Overview

As you might have read along these documents, most of the MobbIDAPI callbacks have an error as their last argument. This is the way MobbID let you know the reason why a process did not end successfully.

The possible error comes with the general structure as follows:

{
    "errorCode": "WRONG_PARAMETERS_ERROR",
    "errorDetails": "Some of the parameters are not valid"
}

where:

  • errorCode: is a string and represents the specific code identifying the error.
  • errorDetails: is a string and provides additional information or context about the error.

Error codes

The following table shows the possible error codes and their meaning:

CodeMeaningMethod
CONNECTION_ERRORA network connection error happened.initSdk
SAMPLE_ERRORInvalid sample: low quality, multiple faces, etc.faceVerification
UNAUTHORIZED_ERRORInvalid credentials for this method.initSdk
USER_CANCELLED_ERRORBack button pressed during operation.faceVerification
WRONG_PARAMETERS_ERRORInvalid parameters used.initSdk, faceVerification

Error causes

Additionally, some errors may include a more specific cause of the problem.

{
    "errorCause": "USER_NOT_FOUND"
}

The following table shows the possible error causes and their meaning:

CauseMeaningMethod
APPLICATION_NOT_FOUNDAn incorrect applicationdId has been used.initSdk
USER_NOT_FOUNDAn userId not previously registered has been used.faceVerification
← Face verificationChangelog →
  • Overview
  • Error codes
  • Error causes
Mobbeel for developers
Product Documentation
MobbIDMobbScanMobbSign
Connect
LinkedInFacebookX
More
FAQContact Us
Mobbeel Solutions SL
Copyright © 2026 Mobbeel Solutions SL