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.

ParsingError

Parsing error encountered while validating the parser extension.

JSON representation
 { 
 "name" 
 : 
 string 
 , 
 "logData" 
 : 
 string 
 , 
 "error" 
 : 
 { 
 object (  Status 
 
) 
 } 
 } 
Fields
name

string

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

string ( bytes format)

Output only. Data of the Log entry that caused the error.

A base64-encoded string.

error

object ( Status )

Output only. Error message when parsing the log.

Design a Mobile Site
View Site in Mobile | Classic
Share by: