ListParsingErrorsResponse

Response message for listing parsing errors.

JSON representation
{
  "parsingErrors": [
    {
      object (ParsingError)
    }
  ],
  "nextPageToken": string
}
Fields
parsingErrors[]

object (ParsingError)

The validation errors of a validation report.

nextPageToken

string

A token, which can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.