# File lib/simple_form/components/errors.rb, line 9
      def full_error(wrapper_options = nil)
        full_error_text if options[:error] != false && has_errors?
      end