Method: AdCenterWrapper::BatchError#initialize

Defined in:
lib/OptimizerService.rb,
lib/ReportingService.rb,
lib/AdIntelligenceService.rb,
lib/CustomerBillingService.rb,
lib/CampaignManagementService.rb

#initialize(code = nil, details = nil, errorCode = nil, index = nil, message = nil) ⇒ BatchError

Returns a new instance of BatchError.



23
24
25
26
27
28
29
# File 'lib/OptimizerService.rb', line 23

def initialize(code = nil, details = nil, errorCode = nil, index = nil, message = nil)
  @code = code
  @details = details
  @errorCode = errorCode
  @index = index
  @message = message
end