Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| en:identifier_les_etapes_en_echec [2025/08/06 16:12] – admin | en:identifier_les_etapes_en_echec [2025/09/19 15:29] (Version actuelle) – [1. 📌 Major Errors: ''all_status_codes''] admin | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| - | ~~NOTOC~~ | ||
| [[: | [[: | ||
| ---- | ---- | ||
| - | ====== How to Identify Failed Steps in an ID360 JSON Report ====== | + | ====== |
| - | When an ID360 verification returns a **KO** status, it is possible to analyze the cause using the JSON file structure. Below are the paths to follow to locate useful | + | When an ID360 verification returns a **KO** |
| + | Here are the paths to follow to find the relevant | ||
| - | ===== 1. 📄 Validation Details: '' | + | ⚠️ **Important: |
| + | Each JSON key corresponds to a **specific configuration of the workflow** 🛠️.\\ | ||
| + | \\ | ||
| + | 🔄 If your process configuration changes (adding ➕, removing ➖, or modifying ✏️ steps or checks), the list of possible errors will also change.\\ | ||
| + | **Therefore, | ||
| + | \\ | ||
| + | ✅ For this reason, it is essential to review **all the steps mentioned in this guide** in order to anticipate and properly handle future changes 🚀. | ||
| + | |||
| + | ===== 1. 📌 Major Errors: '' | ||
| + | |||
| + | **JSON Path**: '' | ||
| + | |||
| + | This array contains the major errors detected during verification. | ||
| + | |||
| + | Each status_code element contains: | ||
| + | * '' | ||
| + | * '' | ||
| + | |||
| + | **Example**: | ||
| + | <code json> | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | }, | ||
| + | " | ||
| + | },{ | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | }, | ||
| + | " | ||
| + | },{ | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | }, | ||
| + | " | ||
| + | }] | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | **🎯 Purpose**: Identification of major errors. | ||
| + | |||
| + | |||
| + | ===== 2. 📄 Validation Details: '' | ||
| **JSON Path**: '' | **JSON Path**: '' | ||
| Ligne 34: | Ligne 80: | ||
| ----- | ----- | ||
| - | ===== 2. 🆚 Cross-Source Comparisons: | + | ===== 3. 🆚 Cross-Source Comparisons: |
| **JSON Path**: '' | **JSON Path**: '' | ||
| Ligne 59: | Ligne 105: | ||
| ----- | ----- | ||
| - | ===== 3. ⚙️ Custom Rules: '' | + | ===== 4. ⚙️ Custom Rules: '' |
| **JSON Path**: '' | **JSON Path**: '' | ||
| Ligne 83: | Ligne 129: | ||
| ----- | ----- | ||
| - | ===== 4. 🔢 Step-Level Analysis: '' | + | ===== 5. 🔢 Step-Level Analysis: '' |
| **JSON Path**: '' | **JSON Path**: '' | ||
| Ligne 114: | Ligne 160: | ||
| ===== ✅ Summary ===== | ===== ✅ Summary ===== | ||
| - | ^ Element | + | ^ Element |
| + | | All Status Code | '' | ||
| | Validations | | Validations | ||
| | Comparisons | | Comparisons | ||
| - | | Customs | + | | Customs |
| - | | Steps | '' | + | | Steps | '' |
| - | | | + | |