NotEmptyError

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/BulkMutateJobService.rb, line 1587
1587:   def initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil)
1588:     @fieldPath = fieldPath
1589:     @trigger = trigger
1590:     @errorString = errorString
1591:     @apiError_Type = apiError_Type
1592:     @reason = reason
1593:   end