Class Tunnelv1ProtoTunnelerError
TunnelerError is an error proto for errors returned by the connection manager.
Implements
Inherited Members
Namespace: Google.Apis.BeyondCorp.v1alpha.Data
Assembly: Google.Apis.BeyondCorp.v1alpha.dll
Syntax
public class Tunnelv1ProtoTunnelerError : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Err
Original raw error
Declaration
[JsonProperty("err")]
public virtual string Err { get; set; }
Property Value
Type | Description |
---|---|
string |
Retryable
retryable isn't used for now, but we may want to reuse it in the future.
Declaration
[JsonProperty("retryable")]
public virtual bool? Retryable { get; set; }
Property Value
Type | Description |
---|---|
bool? |