@regulaforensics/face-sdk
    Preparing search index...

    Enumeration LivenessErrorCode

    Index
    API_CALL_FAILED: number

    Liveness API call failed due to networking error or backend internal error.

    APPLICATION_INACTIVE: number

    Client application did enter the background, liveness process interrupted.

    BAD_FACE_QUALITY: number

    Processing finished by bad face quality.

    BAD_FRAME_SIZE: number

    Processing finished by bad frame size.

    CAMERA_NO_PERMISSION: number

    Application does not have camera permission.

    CAMERA_NOT_AVAILABLE: number

    Device has no available camera.

    CANCELLED: number

    User cancelled liveness processing.

    CONTEXT_IS_NULL: number

    Application context is null.

    Android only.

    IN_PROGRESS_ALREADY: number

    Liveness process already in progress.

    Android only.

    NO_LICENSE: number

    There is no valid license on the service.

    NOT_INITIALIZED: number

    FaceSDK Core is not initialized.

    PROCESSING_FAILED: number

    Processing failed.

    PROCESSING_FRAME_FAILED: number

    Failed when Core cannot recognize frame.

    PROCESSING_TIMEOUT: number

    Processing finished by timeout.

    SESSION_START_FAILED: number

    Failed when Core could not start new session.

    ZOOM_NOT_SUPPORTED: number

    The camera on the current device doesn't support zoom change.

    Android only.