Reference documentation and code samples for the Google BigQuery Storage V1 Client class RowErrorCode.
Error code for RowError.
Protobuf type google.cloud.bigquery.storage.v1.RowError.RowErrorCode
Namespace
Google \ Cloud \ BigQuery \ Storage \ V1 \ RowErrorMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
ROW_ERROR_CODE_UNSPECIFIED
Value: 0Default error.
Generated from protobuf enum ROW_ERROR_CODE_UNSPECIFIED = 0;
FIELDS_ERROR
Value: 1One or more fields in the row has errors.
Generated from protobuf enum FIELDS_ERROR = 1;