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.
Implements
IMessage<RowError>, IEquatable<RowError>, IDeepCloneable<RowError>, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.Storage.V1Assembly
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 |
RowError.Types.RowErrorCode |
Index
public long Index { get; set; }
Index of the malformed row in the request.
Property Value | |
---|---|
Type | Description |
Int64 |
Message
public string Message { get; set; }
Description of the issue encountered when processing the row.
Property Value | |
---|---|
Type | Description |
String |