Class: AdManagerApi::V202308::SegmentPopulationService::ApiException

Inherits:
ApplicationException show all
Defined in:
lib/ad_manager_api/v202308/segment_population_service_registry.rb

Instance Attribute Summary collapse

Attributes inherited from ApplicationException

#message

Attributes inherited from Errors::ApiException

#array_fields

Instance Method Summary collapse

Constructor Details

#initialize(exception_fault) ⇒ ApiException

Returns a new instance of ApiException.



37
38
39
40
41
# File 'lib/ad_manager_api/v202308/segment_population_service_registry.rb', line 37

def initialize(exception_fault)
  @array_fields ||= []
  @array_fields << 'errors'
  super(exception_fault, SegmentPopulationServiceRegistry)
end

Instance Attribute Details

#errorsObject (readonly)

ApiError



36
37
38
# File 'lib/ad_manager_api/v202308/segment_population_service_registry.rb', line 36

def errors
  @errors
end