ReconciliationReportValidationIssue
조정 보고서의 유효성을 검사할 때 발생한 문제를 나타냅니다.
JSON 표현 |
{
"lineNum": integer,
"fieldName": string,
"description": string
} |
필드 |
lineNum |
integer
문제가 감지된 줄 번호입니다. 이 필드가 0이면 문제가 전체 파일에 있는 것입니다.
|
fieldName |
string
잘못된 필드의 이름입니다. 필드 이름을 지정하지 않으면 이 문제가 전체 줄 (또는 파일)에 적용됩니다.
|
description |
string
문제에 관한 텍스트 설명(일반적으로 표시된 이유와 유효하지 않은 이유 포함)
|
All rights reserved. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2022-08-23(UTC)
[null,null,["최종 업데이트: 2022-08-23(UTC)"],[[["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."]]],[]]