ReconciliationReportValidationIssue
JSON 表示法 |
{
"lineNum": integer,
"fieldName": string,
"description": string
} |
欄位 |
lineNum |
integer
偵測到問題的行數。如果這個欄位為 0,問題就會套用到整個檔案。
|
fieldName |
string
無效欄位的名稱。如未指定欄位名稱,則這個問題適用於整行 (或檔案)。
|
description |
string
問題的文字說明,通常包含所見事物和無效原因。
|
保留所有權利。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2022-08-23 (世界標準時間)。
[null,null,["上次更新時間: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."]]],[]]