ListParsingErrorsResponse Stay organized with collections Save and categorize content based on your preferences.
Response message for listing parsing errors.
| JSON representation |
|---|
{"parsingErrors":[{object ( |
| Fields | |
|---|---|
parsingErrors[] |
The validation errors of a validation report. |
nextPageToken |
A token, which can be sent as |
ParsingError
Parsing error encountered while validating the parser extension.
| JSON representation |
|---|
{"name":string,"logData":string,"error":{object ( |
| Fields | |
|---|---|
name |
Output only. The name of this Parsing Error . Output only. The resource name of the parsing error. Format: projects/{project}/locations/{location}/instances/{instance}/validationReports/{report}/parsingErrors/{id} |
logData |
Output only. Data of the Log entry that caused the error. A base64-encoded string. |
error |
Output only. Error message when parsing the log. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-25 UTC.