SizeLimitError

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/AdExtensionOverrideService.rb, line 755
755:   def initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil)
756:     @fieldPath = fieldPath
757:     @trigger = trigger
758:     @errorString = errorString
759:     @apiError_Type = apiError_Type
760:     @reason = reason
761:   end