> For the complete documentation index, see [llms.txt](https://support.iafcertsearch.org/api-developer-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.iafcertsearch.org/api-developer-guide/api-ar/api-integration/errors.md).

# الأخطاء

أحيانًا ستتسبب استدعاء API الخاص بك في حدوث خطأ. هنا ستجد معلومات إضافية حول ما يمكن توقعه إذا لم يتم تنسيق طلبك بشكل صحيح، أو إذا فشلنا في معالجة طلبك بشكل صحيح.

### رموز الاستجابة

وصف رمز الحالة

* 400 طلب غير صالح
* 401 يتطلب المصادقة
* 404 غير موجود
* 406 نقص رأس القبول. مثال: `Accept: application/json`
* 429 العديد من الطلبات / تجاوز الحد الزمني للمعدل
* 500 خطأ في الخادم الداخلي

### الطلبات الفاشلة

عندما يتم إرجاع رمز الحالة المرافق، يتم عرض إرشادات شكلية عامة.

```http
GET https://api.iafcertsearch.com/api/client/v1/resource HTTP/1.1
```

```http
HTTP/1.1 404 طلب غير صالح
Content-Type: application/json

{
    "errors": [
      {"code": "not_found", "message": "الرسالة الموضحة للخطأ"},
    ]
}
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://support.iafcertsearch.org/api-developer-guide/api-ar/api-integration/errors.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.
