Reference documentation and code samples for the Google BigQuery Storage V1 Client class RowError.
The message that presents row level error info in a request.
Generated from protobuf message google.cloud.bigquery.storage.v1.RowError
Namespace
Google \ Cloud \ BigQuery \ Storage \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ index
int|string
Index of the malformed row in the request.
↳ code
int
Structured error reason for a row error.
↳ message
string
Description of the issue encountered when processing the row.
getIndex
Index of the malformed row in the request.
int|string
setIndex
Index of the malformed row in the request.
var
int|string
$this
getCode
Structured error reason for a row error.
int
setCode
Structured error reason for a row error.
var
int
$this
getMessage
Description of the issue encountered when processing the row.
string
setMessage
Description of the issue encountered when processing the row.
var
string
$this