# त्रुटियाँ

"# त्रुटियाँ

कभी-कभी आपका 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: 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-hi/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.
