Class: AdwordsApi::V201601::AdGroupCriterionService::ApplicationException

Inherits:
Errors::ApiException
  • Object
show all
Defined in:
lib/adwords_api/v201601/ad_group_criterion_service_registry.rb

Overview

Base class for exceptions.

Direct Known Subclasses

ApiException

Instance Attribute Summary collapse

Attributes inherited from Errors::ApiException

#array_fields

Method Summary

Methods inherited from Errors::ApiException

#initialize

Constructor Details

This class inherits a constructor from AdwordsApi::Errors::ApiException

Instance Attribute Details

#application_exception_typeObject (readonly)

string



34
35
36
# File 'lib/adwords_api/v201601/ad_group_criterion_service_registry.rb', line 34

def application_exception_type
  @application_exception_type
end

#messageObject (readonly)

string



33
34
35
# File 'lib/adwords_api/v201601/ad_group_criterion_service_registry.rb', line 33

def message
  @message
end