Core Result
finishStatus
finishStatusDescription
errorMessage
errorType(errorDiagnostic only for Flutter)
Core - Error Listdata
Last updated
The received parameters are as follows:
Returns the overall diagnosis of the operation. The possible values for the exception type are:
1: The operation has completed successfully.
2: An error has occurred, which will be indicated in the string errorDiagnostic and, optionally, an extra information message will be shown in the property errorMessage.
Returns an overall description of the operation. Optional parameter.
STATUS_OK: The operation has completed successfully.
STATUS_ERROR: An error has occurred, which will be indicated in the output parameter errorType and, optionally, an extra information message will be shown in the property errorMessage.
Indicates an additional error message if necessary. It is an optional value. In positive cases where security risks are detected (rooted device, emulator, etc.), a Token will be obtained with all the information about why a possible security issue was detected. This Token must be reported to Facephi support so it can be detokenized and the information obtained.
Returns the type of error that occurred (if there was one, which is indicated in the finishStatus parameter with the value Error). The possible values are as follows:
Core - Error ListOptional parameter. Returns values only in the successful cases of using the initOperation, getSessionId, getOperationId, and getExtraData methods.
Last updated