Show / Hide Table of Contents

Class ConnectionError

Information around the error that occurred if the connection state is anything other than available or unspecified

Inheritance
object
ConnectionError
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.CloudControlsPartnerService.v1.Data
Assembly: Google.Apis.CloudControlsPartnerService.v1.dll
Syntax
public class ConnectionError : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ErrorDomain

The error domain for the error

Declaration
[JsonProperty("errorDomain")]
public virtual string ErrorDomain { get; set; }
Property Value
Type Description
string

ErrorMessage

The error message for the error

Declaration
[JsonProperty("errorMessage")]
public virtual string ErrorMessage { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX