Class RowError (2.14.2)

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

The message that presents row level error info in a request.

Attributes

NameDescription
index int
Index of the malformed row in the request.
code google.cloud.bigquery_storage_v1.types.RowError.RowErrorCode
Structured error reason for a row error.
message str
Description of the issue encountered when processing the row.

Classes

RowErrorCode

RowErrorCode(value)

Error code for RowError.