Class ConnectionError
Information around the error that occurred if the connection state is anything other than available or unspecified
Implements
Inherited Members
Namespace: Google.Apis.CloudControlsPartnerService.v1beta.Data
Assembly: Google.Apis.CloudControlsPartnerService.v1beta.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 |