Google BigQuery Storage V1 Client - Class RowErrorCode (2.3.0)

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 \ RowError

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

ROW_ERROR_CODE_UNSPECIFIED

Value: 0

Default error.

Generated from protobuf enum ROW_ERROR_CODE_UNSPECIFIED = 0;

FIELDS_ERROR

Value: 1

One or more fields in the row has errors.

Generated from protobuf enum FIELDS_ERROR = 1;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.