Class GoogleAdsSearchads360V0ErrorsSearchAds360Error
Search Ads 360-specific error.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V0ErrorsSearchAds360Error : IDirectResponseSchema
Properties
Details
Additional error details, which are returned by certain error codes. Most error codes do not include details.
Declaration
[JsonProperty("details")]
public virtual GoogleAdsSearchads360V0ErrorsErrorDetails Details { get; set; }
Property Value
Type | Description |
---|---|
GoogleAdsSearchads360V0ErrorsErrorDetails |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ErrorCode
An enum value that indicates which error occurred.
Declaration
[JsonProperty("errorCode")]
public virtual GoogleAdsSearchads360V0ErrorsErrorCode ErrorCode { get; set; }
Property Value
Type | Description |
---|---|
GoogleAdsSearchads360V0ErrorsErrorCode |
Location
Describes the part of the request proto that caused the error.
Declaration
[JsonProperty("location")]
public virtual GoogleAdsSearchads360V0ErrorsErrorLocation Location { get; set; }
Property Value
Type | Description |
---|---|
GoogleAdsSearchads360V0ErrorsErrorLocation |
Message
A human-readable description of the error.
Declaration
[JsonProperty("message")]
public virtual string Message { get; set; }
Property Value
Type | Description |
---|---|
string |
Trigger
The value that triggered the error.
Declaration
[JsonProperty("trigger")]
public virtual GoogleAdsSearchads360V0CommonValue Trigger { get; set; }
Property Value
Type | Description |
---|---|
GoogleAdsSearchads360V0CommonValue |