Response message for listing parsing errors.
JSON representation |
---|
{
"parsing_errors": [
{
object ( |
Fields | |
---|---|
parsing_errors[] |
The validation errors of a validation report. |
next_page_token |
A token, which can be sent as |
ParsingError
Parsing error encountered while validating the parser extension.
JSON representation |
---|
{
"name": string,
"log_data": 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} |
log_data |
Output only. Data of the Log entry that caused the error. A base64-encoded string. |
error |
Output only. Error message when parsing the log. |