public sealed class RowError : IMessage<RowError>, IEquatable<RowError>, IDeepCloneable<RowError>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Storage v1 API class RowError.
The message that presents row level error info in a request.
Namespace
GoogleGoogle.CloudGoogle.Cloud.BigQueryGoogle.Cloud.BigQuery.StorageV1Assembly
Google.Cloud.BigQuery.Storage.V1.dll
Constructors
RowError()
public RowError()
RowError(RowError)
public RowError(RowError other)
Parameter | |
---|---|
Name | Description |
other | RowError |
Properties
Code
public RowError.Types.RowErrorCode Code { get; set; }
Structured error reason for a row error.
Property Value | |
---|---|
Type | Description |
RowErrorTypesRowErrorCode |
Index
public long Index { get; set; }
Index of the malformed row in the request.
Property Value | |
---|---|
Type | Description |
long |
Message
public string Message { get; set; }
Description of the issue encountered when processing the row.
Property Value | |
---|---|
Type | Description |
string |