class Seahorse::Client::Plugins::RaiseResponseErrors

When ‘true`, response errors are raised.
@seahorse.client.option [Boolean] :raise_response_errors (true)

def add_handlers(handlers, config)

def add_handlers(handlers, config)
  if config.raise_response_errors
    handlers.add(Handler, step: :validate, priority: 95)
  end
end