# Error Codes

Information about the Error Code in Faceki System

#### Error Codes

1. **INTERNAL\_SYSTEM\_ERROR (Code: 1000)**\
   An internal system error occurred on the server side. This could indicate a technical issue with the Faceki service.
2. **SUCCESS (Code: 0)**\
   The request was successful. No errors occurred.
3. **NO\_RULES\_FOR\_COMPANY (Code: 7001)**\
   No verification rules were found for the specified company. This might indicate a configuration issue on the server side.
4. **NEED\_REQUIRED\_IMAGES (Code: 8001)**\
   Required images for verification are missing. Make sure you provide all the necessary images for the KYC process.
5. **DOCUMENT\_VERIFY\_FAILED (Code: 8002)**\
   Document verification failed. This could mean that the provided document images do not meet the verification criteria.
6. **PLEASE\_TRY\_AGAIN (Code: 8003)**\
   Verification failed. Please try the verification process again.
7. **FACE\_CROPPED (Code: 8004)**\
   The face in the image appears to be cropped or not fully visible.
8. **FACE\_TOO\_CLOSED (Code: 8005)**\
   The face in the image is too close to the camera, affecting the quality of the verification.
9. **FACE\_NOT\_FOUND (Code: 8006)**\
   The system could not detect a face in the provided image.
10. **FACE\_CLOSED\_TO\_BORDER (Code: 8007)**\
    The face in the image is too close to the border, affecting the quality of the verification.
11. **FACE\_TOO\_SMALL (Code: 8008)**\
    The face in the image is too small for accurate verification.
12. **POOR\_LIGHT (Code: 8009)**\
    The image quality is affected by poor lighting conditions, making verification difficult.
13. **ID\_VERIFY\_FAIL (Code: 8010)**\
    ID verification failed. The provided identification information could not be verified.
14. **DL\_VERIFY\_FAIL (Code: 8011)**\
    Driver's license verification failed. The provided driver's license information could not be verified.
15. **PASSPORT\_VERIFY\_FAIL (Code: 8012)**\
    Passport verification failed. The provided passport information could not be verified.
16. **DATA\_NOT\_FOUND (Code: 8013)**\
    The requested data was not found. This could occur if the requested record or information is missing.
17. **INVALID\_VERIFICATION\_LINK (Code: 8014)**\
    The verification link provided is invalid.
18. **VERIFICATION\_LINK\_EXPIRED (Code: 8015)**\
    The verification link has expired.
19. **FAIL\_TO\_GENERATE\_LINK (Code: 8016)**\
    Generating a verification link failed.
20. **KYC\_VERIFICATION\_LIMIT\_REACHED (Code: 8017)**\
    The maximum limit for KYC verifications has been reached.
21. **SELFIE\_MULTIPLE\_FACES (Code: 8018)**\
    The provided selfie image contains multiple faces, affecting the verification process.
22. **FACE\_BLURR (Code: 8019)**\
    The face in the image is blurred, affecting the quality of verification.
23. **MISSING\_ID\_CARD\_DOCUMENT\_WITH\_RULES (Code: 8020)**\
    A valid ID card document is missing for verification despite the presence of verification rules.
24. **MISSING\_PASSPORT\_DOCUMENT\_WITH\_RULES (Code: 8021)**\
    A valid passport document is missing for verification despite the presence of verification rules.
25. **MISSING\_DL\_DOCUMENT\_WITH\_RULES (Code: 8022)**\
    A valid driver's license document is missing for verification despite the presence of verification rules.
26. **KYC\_NOT\_ENOUGH\_WALLET\_CREDIT (Code: 8023)**\
    Your account doesn't have enough credits for verification
27. **USER\_ALREADY\_VERIFIED (Code: 8024)**\
    User verification already exist in the system


---

# 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://kycdocv2.faceki.com/data-fields/error-codes.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.
