@seahorse.client.option [Boolean] :raise_response_errors (true)
When `true`, response errors are raised.
# File lib/seahorse/client/plugins/raise_response_errors.rb, line 20 def add_handlers(handlers, config) if config.raise_response_errors handlers.add(Handler, step: :validate, priority: 95) end end