Class RowError (2.18.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.

Classes

RowErrorCode

RowErrorCode(value)

Error code for RowError.

Values: ROW_ERROR_CODE_UNSPECIFIED (0): Default error. FIELDS_ERROR (1): One or more fields in the row has errors.