# File lib/simple_form/components/errors.rb, line 33
      def full_error_text
        has_custom_error? ? options[:error] : full_errors.send(error_method)
      end