Show / Hide Table of Contents

Class GoogleAdsSearchads360V0ErrorsErrorCode

The error reason represented by type and enum.

Inheritance
object
GoogleAdsSearchads360V0ErrorsErrorCode
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.SA360.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V0ErrorsErrorCode : IDirectResponseSchema

Properties

AuthenticationError

Indicates failure to properly authenticate user.

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

AuthorizationError

An error encountered when trying to authorize a user.

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

CustomColumnError

The reasons for the custom column error

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

DateError

The reasons for the date error

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

DateRangeError

The reasons for the date range error

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

DistinctError

The reasons for the distinct error

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

ETag

The ETag of the item.

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

HeaderError

The reasons for the header error.

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

InternalError

An unexpected server-side error.

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

InvalidParameterError

The reasons for invalid parameter errors.

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

QueryError

An error with the query

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

QuotaError

An error with the amount of quota remaining.

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

RequestError

An error caused by the request

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

SizeLimitError

The reasons for the size limit error

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX