Class RowError (2.16.1)

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.

Inheritance

builtins.object > proto.message.Message > RowError

Classes

RowErrorCode

RowErrorCode(value)

Error code for RowError.