class AdManagerApi::V202105::AdjustmentService::ApiException
Exception class for holding a list of service errors.
Attributes
errors[R]
Public Class Methods
new(exception_fault)
click to toggle source
Calls superclass method
AdManagerApi::Errors::ApiException::new
# File lib/ad_manager_api/v202105/adjustment_service_registry.rb, line 39 def initialize(exception_fault) @array_fields ||= [] @array_fields << 'errors' super(exception_fault, AdjustmentServiceRegistry) end