class AdManagerApi::V202102::LiveStreamEventService::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/v202102/live_stream_event_service_registry.rb, line 39 def initialize(exception_fault) @array_fields ||= [] @array_fields << 'errors' super(exception_fault, LiveStreamEventServiceRegistry) end