Class: DfpApi::V201311::LineItemTemplateService::ApplicationException

Inherits:
Errors::ApiException
  • Object
show all
Defined in:
lib/dfp_api/v201311/line_item_template_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 DfpApi::Errors::ApiException

Instance Attribute Details

#application_exception_type ⇒ Object (readonly)

string



34
35
36
# File 'lib/dfp_api/v201311/line_item_template_service_registry.rb', line 34

def application_exception_type
  @application_exception_type
end

#message ⇒ Object (readonly)

string



33
34
35
# File 'lib/dfp_api/v201311/line_item_template_service_registry.rb', line 33

def message
  @message
end