ReconciliationReportValidationIssue
JSON 表示法 |
{
"lineNum": integer,
"fieldName": string,
"description": string
} |
字段 |
lineNum |
integer
检测到问题的行号。如果此字段为 0,则表示此问题适用于整个文件。
|
fieldName |
string
无效字段的名称。如果未指定字段名称,则此问题适用于整行(或整个文件)。
|
description |
string
问题的文本描述,通常包括看到的内容及其无效原因。
|
保留所有权利。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2022-08-23。
[null,null,["最后更新时间 (UTC):2022-08-23。"],[[["The JSON structure represents issues found during reconciliation report validation."],["Issues can be identified by line number, specific field, or the entire file using designated fields."],["Each issue includes a descriptive message explaining the nature of the invalidity."],["`lineNum`, `fieldName`, and `description` are the key fields within the JSON structure for conveying validation errors."]]],[]]