Class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ErrorsErrorDetails

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/searchads360_v0/classes.rb,
lib/google/apis/searchads360_v0/representations.rb,
lib/google/apis/searchads360_v0/representations.rb

Overview

Additional error details.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V0ErrorsErrorDetails

Returns a new instance of GoogleAdsSearchads360V0ErrorsErrorDetails.



1811
1812
1813
# File 'lib/google/apis/searchads360_v0/classes.rb', line 1811

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#quota_error_detailsGoogle::Apis::Searchads360V0::GoogleAdsSearchads360V0ErrorsQuotaErrorDetails

Additional quota error details when there is QuotaError. Corresponds to the JSON property quotaErrorDetails



1803
1804
1805
# File 'lib/google/apis/searchads360_v0/classes.rb', line 1803

def quota_error_details
  @quota_error_details
end

#unpublished_error_codeString

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. Corresponds to the JSON property unpublishedErrorCode

Returns:

  • (String)


1809
1810
1811
# File 'lib/google/apis/searchads360_v0/classes.rb', line 1809

def unpublished_error_code
  @unpublished_error_code
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1816
1817
1818
1819
# File 'lib/google/apis/searchads360_v0/classes.rb', line 1816

def update!(**args)
  @quota_error_details = args[:quota_error_details] if args.key?(:quota_error_details)
  @unpublished_error_code = args[:unpublished_error_code] if args.key?(:unpublished_error_code)
end