class AdManagerApi::V202105::CreativeReviewService::ApiException

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/creative_review_service_registry.rb, line 37
def initialize(exception_fault)
  @array_fields ||= []
  @array_fields << 'errors'
  super(exception_fault, CreativeReviewServiceRegistry)
end