Method: AdCenterWrapper::BatchError#initialize
- Defined in:
-
lib/OptimizerService.rb,
lib/ReportingService.rb,
lib/AdIntelligenceService.rb,
lib/CustomerBillingService.rb,
lib/CampaignManagementService.rb
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, = nil) @code = code @details = details @errorCode = errorCode @index = index @message = end |