View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Errors_SearchAds360Error (google_api_search_ads360 v0.9.0)
Search Ads 360-specific error.
Attributes
-
details(type:GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Errors_ErrorDetails.t, default:nil) - Additional error details, which are returned by certain error codes. Most error codes do not include details. -
errorCode(type:GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Errors_ErrorCode.t, default:nil) - An enum value that indicates which error occurred. -
location(type:GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Errors_ErrorLocation.t, default:nil) - Describes the part of the request proto that caused the error. -
message(type:String.t, default:nil) - A human-readable description of the error. -
trigger(type:GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_Value.t, default:nil) - The value that triggered the error.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Errors_SearchAds360Error{ details: GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Errors_ErrorDetails.t() | nil, errorCode: GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Errors_ErrorCode.t() | nil, location: GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Errors_ErrorLocation.t() | nil, message: String.t() | nil, trigger: GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_Value.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.