ReconciliationReportValidationIssue
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি পুনর্মিলন প্রতিবেদন যাচাই করার সময় সম্মুখীন একটি সমস্যা প্রতিনিধিত্ব করে।
JSON প্রতিনিধিত্ব |
---|
{
"lineNum": integer,
"fieldName": string,
"description": string
} |
ক্ষেত্র |
---|
lineNum | integer যে লাইন নম্বরে সমস্যাটি শনাক্ত করা হয়েছে। যদি এই ক্ষেত্রটি 0 হয়, তাহলে সমস্যাটি পুরো ফাইলটিতে প্রযোজ্য হবে। |
fieldName | string অবৈধ ক্ষেত্রের নাম। যদি কোনও ক্ষেত্রের নাম দেওয়া না হয়, এই সমস্যাটি পুরো লাইনে (বা ফাইল) প্রযোজ্য। |
description | string সমস্যাটির পাঠ্য বিবরণ, সাধারণত কী দেখা হয়েছিল এবং কেন এটি অবৈধ ছিল তা সহ। |
সর্বস্বত্ব সংরক্ষিত। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-25 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. |"]]