> For the complete documentation index, see [llms.txt](https://api2-ekycapis.innov8tif.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api2-ekycapis.innov8tif.com/okaylive++/okaylive++-all/error-lists.md).

# Error Lists

### OkayLive++ Error Lists&#x20;

<table><thead><tr><th width="150">Message</th><th>Description</th></tr></thead><tbody><tr><td>FACE_NOT_FOUND</td><td>Face cannot be detected by the system</td></tr><tr><td>Error in processing</td><td>Empty result or error in parsing the python result</td></tr></tbody></table>

### Sample Responses

{% code title="Face Not Found" %}

```
{
    "status": "error",
    "message": "FACE_NOT_FOUND" 
}
```

{% endcode %}

{% code title="Empty result or error in parsing the python result" %}

```
{
    "status": "error",
    "message": "Error in processing" 
}
```

{% endcode %}
