Google BigQuery Storage v1 API - Class RowError (3.14.0)

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.

Inheritance

object > RowError

Namespace

Google.Cloud.BigQuery.Storage.V1

Assembly

Google.Cloud.BigQuery.Storage.V1.dll

Constructors

RowError()

public RowError()

RowError(RowError)

public RowError(RowError other)
Parameter
NameDescription
otherRowError

Properties

Code

public RowError.Types.RowErrorCode Code { get; set; }

Structured error reason for a row error.

Property Value
TypeDescription
RowErrorTypesRowErrorCode

Index

public long Index { get; set; }

Index of the malformed row in the request.

Property Value
TypeDescription
long

Message

public string Message { get; set; }

Description of the issue encountered when processing the row.

Property Value
TypeDescription
string