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. |"]]