ReconciliationReportValidationIssue
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
JSON 表現 |
{
"lineNum": integer,
"fieldName": string,
"description": string
} |
フィールド |
lineNum |
integer
問題が検出された行番号。このフィールドが 0 の場合、問題はファイル全体に適用されます。
|
fieldName |
string
無効なフィールドの名前。フィールド名が指定されていない場合、この問題は行(またはファイル)全体に適用されます。
|
description |
string
問題のテキスト説明。通常は、何が確認されたか、なぜ無効なのかが含まれます。
|
All rights reserved. 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. |"]]