# FS-Error Lists

###

| Error Code                 | Error Message                                                                                                                                                                           | Description |
| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| 100 -  User Not Found      | User Not Found                                                                                                                                                                          |             |
| 102 - Inactive Account     | Inactive Account                                                                                                                                                                        |             |
| 103 - Insufficient Balance | Insufficient Balance                                                                                                                                                                    |             |
| 104 - Fail to assign token | Fail to assign token                                                                                                                                                                    |             |
| 403                        | <ul><li>Success</li><li>Unable perform action</li><li>Face exist in database</li><li>Person ID existing in group</li><li>Unable insert person into group</li><li>Invalid grou</li></ul> |             |
| 400                        | Bad Request                                                                                                                                                                             |             |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://api2-ekycapis.innov8tif.com/okayface-search/okayface-search-all/fs-error-lists.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
