Class TranslationReportRecord (0.15.0)

TranslationReportRecord(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Details about a record.

Attributes

Name Description
severity google.cloud.bigquery_migration_v2.types.TranslationReportRecord.Severity
Severity of the translation record.
script_line int
Specifies the row from the source text where the error occurred (0 based). Example: 2
script_column int
Specifies the column from the source texts where the error occurred. (0 based) example: 6
category str
Category of the error/warning. Example: SyntaxError
message str
Detailed message of the record.

Classes

Severity

Severity(value)

The severity type of the record.