Class: AdManagerApi::V202402::SegmentPopulationService::ApiException
- Inherits:
-
ApplicationException
- Object
- AdsCommon::Errors::ApiException
- Errors::ApiException
- ApplicationException
- AdManagerApi::V202402::SegmentPopulationService::ApiException
- Defined in:
- lib/ad_manager_api/v202402/segment_population_service_registry.rb
Instance Attribute Summary collapse
-
#errors ⇒ Object
readonly
ApiError.
Attributes inherited from ApplicationException
Attributes inherited from Errors::ApiException
Instance Method Summary collapse
-
#initialize(exception_fault) ⇒ ApiException
constructor
A new instance of ApiException.
Constructor Details
#initialize(exception_fault) ⇒ ApiException
Returns a new instance of ApiException.
37 38 39 40 41 |
# File 'lib/ad_manager_api/v202402/segment_population_service_registry.rb', line 37 def initialize(exception_fault) @array_fields ||= [] @array_fields << 'errors' super(exception_fault, SegmentPopulationServiceRegistry) end |
Instance Attribute Details
#errors ⇒ Object (readonly)
ApiError
36 37 38 |
# File 'lib/ad_manager_api/v202402/segment_population_service_registry.rb', line 36 def errors @errors end |