Google Bigtable v2 API - Class ErrorResponse (3.27.0)

public sealed class ErrorResponse : IMessage<ErrorResponse>, IEquatable<ErrorResponse>, IDeepCloneable<ErrorResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Bigtable v2 API class ErrorResponse.

Internal usage only.

Inheritance

object > ErrorResponse

Namespace

Google.Cloud.Bigtable.V2

Assembly

Google.Cloud.Bigtable.V2.dll

Constructors

ErrorResponse()

public ErrorResponse()

ErrorResponse(ErrorResponse)

public ErrorResponse(ErrorResponse other)
Parameter
Name Description
other ErrorResponse

Properties

ClusterInfo

public ClusterInformation ClusterInfo { get; set; }
Property Value
Type Description
ClusterInformation

RetryInfo

public RetryInfo RetryInfo { get; set; }
Property Value
Type Description
RetryInfo

RpcId

public long RpcId { get; set; }

Which vRPC this response is for.

Property Value
Type Description
long

Status

public Status Status { get; set; }

The error from the vRPC and any retry information to consider.

Property Value
Type Description
Status