Error Handling Guide
ErrorBio Object
ErrorBio ObjectEste objeto é retornado sempre que ocorre um erro no SDK.
Métodos disponíveis
getCode()
Método utilizado para obter o código de erro ocorrido
getDescription()
Método utilizado para obter a descrição de erro ocorrido
É disponibilizado a seguir a lista de possíveis códigos de erro do SDK Android:
73001
Context invalid
73200
Please inform the json file name
73202
Unable to parse json file
73204
Unable to initialize the SDK, please configure the environment on setEnviroment method of build
73301
Unable to parse object
73300
Unable to get unico authentication object
73002
Did not grant permission to open camera
73003
The lest API is 21(LOLLIPOP)
73400
Could not initialize camera
73500
Unable to get session token, service response error
73501
Unable to parce object
73502
Could not get session token
73704
The user pressed the cancel button and did not complete the Session.
73706
The camera access is prevented because either the user has explicitly denied permission or the user's device is configured to
73707
The Session was cancelled due to the app being terminated, put to sleep, an OS notification, or the app was placed in the
73708
The Session was cancelled because device is in landscape mode. The user experience of devices in these orientations is poor
73710
The Session was cancelled because the user was unable to complete a Session in the default allotted time or the timeout set
73715
The Session was cancelled because not all guidance images were configured.
73716
The Session was cancelled because SDK was unable to start the camera on this device.
73717
The Session was cancelled because the user was in a locked out state.
73718
The Session was cancelled because of an unknown and unexpected error. SDK leverages a variety of iOS APIs including camera,
73740
The user pressed the do not consent button and did not complete the Session
73800
Could not build encrypted key
74100
Could not prepare SDK-S
74101
No URL token was provided
74102
Environment type was not specified
Last updated
Was this helpful?