Class RowError (2.25.0)

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

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

Attributes

Name Description
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.

Enum values:

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