OperatorError

Methods
N
Attributes
[RW] fieldPath
[RW] trigger
[RW] errorString
[RW] apiError_Type
[RW] reason
Class Public methods
new(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil)
     # File lib/adwords4r/v201003/CampaignService.rb, line 667
667:   def initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil)
668:     @fieldPath = fieldPath
669:     @trigger = trigger
670:     @errorString = errorString
671:     @apiError_Type = apiError_Type
672:     @reason = reason
673:   end