public sealed class ErrorResponse : IMessage<ErrorResponse>, IEquatable<ErrorResponse>, IDeepCloneable<ErrorResponse>, IBufferMessage, IMessageReference documentation and code samples for the Google Bigtable v2 API class ErrorResponse.
Internal usage only.
Implements
IMessageErrorResponse, IEquatableErrorResponse, IDeepCloneableErrorResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.V2Assembly
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 |
|