NotWhitelistedError

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 601
601:   def initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil)
602:     @fieldPath = fieldPath
603:     @trigger = trigger
604:     @errorString = errorString
605:     @apiError_Type = apiError_Type
606:     @reason = reason
607:   end