View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Errors_ErrorDetails (google_api_search_ads360 v0.7.0)

Additional error details.

Attributes

  • quotaErrorDetails (type: GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Errors_QuotaErrorDetails.t, default: nil) - Details on the quota error, including the scope (account or developer), the rate bucket name and the retry delay.
  • unpublishedErrorCode (type: String.t, default: nil) - The error code that should have been returned, but wasn't. This is used when the error code is not published in the client specified version.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Errors_ErrorDetails{
    quotaErrorDetails:
      GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Errors_QuotaErrorDetails.t()
      | nil,
    unpublishedErrorCode: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.