For the complete documentation index, see llms.txt. This page is also available as Markdown.

Core Result

The received parameters are as follows:

finishStatus

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.

finishStatusDescription

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.

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.

errorType(errorDiagnostic only for Flutter)

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 List

data

Optional parameter. Returns values only in the successful cases of using the initOperation, getSessionId, getOperationId, and getExtraData methods.

Last updated