Exception: AdCenterWrapper::ApiFaultDetail

Inherits:
StandardError
  • Object
show all
Defined in:
lib/adcenter_wrapper_entities.rb,
lib/adcenter_wrapper_entities.rb

Overview

https://adcenter.microsoft.com/v7ApiFaultDetail

trackingId - SOAP::SOAPString
batchErrors - AdCenterWrapper::ArrayOfBatchError
operationErrors - AdCenterWrapper::ArrayOfOperationError

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(trackingId = nil, batchErrors = nil, operationErrors = nil) ⇒ ApiFaultDetail

Returns a new instance of ApiFaultDetail.



1488
1489
1490
1491
1492
# File 'lib/adcenter_wrapper_entities.rb', line 1488

def initialize(trackingId = nil, batchErrors = nil, operationErrors = nil)
  @trackingId = trackingId
  @batchErrors = batchErrors
  @operationErrors = operationErrors
end

Instance Attribute Details

#batchErrorsObject

Returns the value of attribute batchErrors.



1485
1486
1487
# File 'lib/adcenter_wrapper_entities.rb', line 1485

def batchErrors
  @batchErrors
end

#operationErrorsObject

Returns the value of attribute operationErrors.



1486
1487
1488
# File 'lib/adcenter_wrapper_entities.rb', line 1486

def operationErrors
  @operationErrors
end

#trackingIdObject

Returns the value of attribute trackingId.



1484
1485
1486
# File 'lib/adcenter_wrapper_entities.rb', line 1484

def trackingId
  @trackingId
end