# File lib/simple_form/components/errors.rb, line 49
      def full_errors
        @full_errors ||= (full_errors_on_attribute + full_errors_on_association).compact
      end