class AdManagerApi::V202505::ContentBundleService::ApiException
Exception class for holding a list of service errors.
Attributes
Public Class Methods
Source
# File lib/ad_manager_api/v202505/content_bundle_service_registry.rb, line 39 def initialize(exception_fault) @array_fields ||= [] @array_fields << 'errors' super(exception_fault, ContentBundleServiceRegistry) end
Calls superclass method
AdManagerApi::Errors::ApiException::new