Show / Hide Table of Contents

Class Tunnelv1ProtoTunnelerError

TunnelerError is an error proto for errors returned by the connection manager.

Inheritance
object
Tunnelv1ProtoTunnelerError
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX