ReconciliationReportValidationIssue
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
JSON 表示法 |
{
"lineNum": integer,
"fieldName": string,
"description": string
} |
字段 |
lineNum |
integer
检测到问题的行号。如果此字段为 0,则表示问题适用于整个文件。
|
fieldName |
string
无效字段的名称。如果未提供字段名称,则此问题适用于整行(或整个文件)。
|
description |
string
问题的文字说明,通常包括所见情况以及无效原因。
|
保留所有权利。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\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. |"]]