ReconciliationReportValidationIssue
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह सुलह रिपोर्ट की पुष्टि करते समय हुई समस्या को दिखाता है.
JSON के काेड में दिखाना |
{
"lineNum": integer,
"fieldName": string,
"description": string
} |
फ़ील्ड |
lineNum |
integer
वह लाइन नंबर जिस पर समस्या का पता चला है. अगर इस फ़ील्ड की वैल्यू 0 है, तो इसका मतलब है कि समस्या पूरी फ़ाइल पर लागू होती है.
|
fieldName |
string
अमान्य फ़ील्ड का नाम. अगर कोई फ़ील्ड का नाम नहीं दिया गया है, तो यह समस्या पूरी लाइन (या फ़ाइल) पर लागू होती है.
|
description |
string
समस्या के बारे में टेक्स्ट में जानकारी. इसमें आम तौर पर यह बताया जाता है कि क्या देखा गया और वह अमान्य क्यों था.
|
सभी अधिकार सुरक्षित. Java, Oracle और/या इसके सहयोगियों का एक पंजीकृत ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eThe JSON structure represents issues found during reconciliation report validation.\u003c/p\u003e\n"],["\u003cp\u003eIssues can be identified by line number, specific field, or the entire file using designated fields.\u003c/p\u003e\n"],["\u003cp\u003eEach issue includes a descriptive message explaining the nature of the invalidity.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003elineNum\u003c/code\u003e, \u003ccode\u003efieldName\u003c/code\u003e, and \u003ccode\u003edescription\u003c/code\u003e are the key fields within the JSON structure for conveying validation errors.\u003c/p\u003e\n"]]],[],null,["# ReconciliationReportValidationIssue\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nRepresents an issue encountered when validating a reconciliation report.\n\n| JSON representation |\n|----------------------------------------------------------------------------|\n| ``` { \"lineNum\": integer, \"fieldName\": string, \"description\": string } ``` |\n\n| Fields ||\n|---------------|---------------------------------------------------------------------------------------------------------------------|\n| `lineNum` | `integer` The line number on which the issue was detected. If this field is 0, the issue applies to the whole file. |\n| `fieldName` | `string` Name of the invalid field. If no field name is given, this issue applies to the whole line (or file). |\n| `description` | `string` Text description of the issue, typically including what was seen and why it was invalid. |"]]