View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Errors_ErrorCode (google_api_search_ads360 v0.7.0)
The error reason represented by type and enum.
Attributes
-
authenticationError
(type:String.t
, default:nil
) - Indicates failure to properly authenticate user. -
authorizationError
(type:String.t
, default:nil
) - An error encountered when trying to authorize a user. -
customColumnError
(type:String.t
, default:nil
) - The reasons for the custom column error -
dateError
(type:String.t
, default:nil
) - The reasons for the date error -
dateRangeError
(type:String.t
, default:nil
) - The reasons for the date range error -
distinctError
(type:String.t
, default:nil
) - The reasons for the distinct error -
headerError
(type:String.t
, default:nil
) - The reasons for the header error. -
internalError
(type:String.t
, default:nil
) - An unexpected server-side error. -
invalidParameterError
(type:String.t
, default:nil
) - The reasons for invalid parameter errors. -
queryError
(type:String.t
, default:nil
) - An error with the query -
quotaError
(type:String.t
, default:nil
) - An error with the amount of quota remaining. -
requestError
(type:String.t
, default:nil
) - An error caused by the request -
sizeLimitError
(type:String.t
, default:nil
) - The reasons for the size limit error
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Errors_ErrorCode{ authenticationError: String.t() | nil, authorizationError: String.t() | nil, customColumnError: String.t() | nil, dateError: String.t() | nil, dateRangeError: String.t() | nil, distinctError: String.t() | nil, headerError: String.t() | nil, internalError: String.t() | nil, invalidParameterError: String.t() | nil, queryError: String.t() | nil, quotaError: String.t() | nil, requestError: String.t() | nil, sizeLimitError: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.