Class: AdwordsApi::V201601::CustomerSyncService::ApiException

Inherits:
ApplicationException show all
Defined in:
lib/adwords_api/v201601/customer_sync_service_registry.rb

Instance Attribute Summary collapse

Attributes inherited from ApplicationException

#application_exception_type, #message

Attributes inherited from Errors::ApiException

#array_fields

Instance Method Summary collapse

Constructor Details

#initialize(exception_fault) ⇒ ApiException

Returns a new instance of ApiException.



41
42
43
44
45
# File 'lib/adwords_api/v201601/customer_sync_service_registry.rb', line 41

def initialize(exception_fault)
  @array_fields ||= []
  @array_fields << 'errors'
  super(exception_fault, CustomerSyncServiceRegistry)
end

Instance Attribute Details

#errorsObject (readonly)

ApiError



40
41
42
# File 'lib/adwords_api/v201601/customer_sync_service_registry.rb', line 40

def errors
  @errors
end