> 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/okaydb/okaydb-all/digital-footprint-analysis/versions/error-lists.md).

# Error Lists

### General OkayDB Digital Footprint Error Lists

| Message              | Descriptions                                |
| -------------------- | ------------------------------------------- |
| ERROR\_INVAID\_PARAM | Invalid email, phone no, phone country code |
| ERROR\_PROCESSING    | Either one of any parameter is "blank"      |

### Sample Responses

```
{
    "status": "error",
    "messageCode": "ERROR_INVAID_PARAM",
    "message": null,
    "result": null
}
```

```
{
    "status": "error",
    "messageCode": "ERROR_PROCESSING",
    "message": null,
    "result": null
}
```
