class AdManagerApi::V202105::ContentBundleService::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/content_bundle_service_registry.rb, line 39
def initialize(exception_fault)
  @array_fields ||= []
  @array_fields << 'errors'
  super(exception_fault, ContentBundleServiceRegistry)
end