[Groonga-commit] groonga/groonga at 14774f7 [master] mrb rc: add new errors

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jan 5 21:16:53 JST 2015


Kouhei Sutou	2015-01-05 21:16:53 +0900 (Mon, 05 Jan 2015)

  New Revision: 14774f797a300b466e3c750d599c0cc80c63aa07
  https://github.com/groonga/groonga/commit/14774f797a300b466e3c750d599c0cc80c63aa07

  Message:
    mrb rc: add new errors

  Modified files:
    lib/mrb/scripts/context/rc.rb

  Modified: lib/mrb/scripts/context/rc.rb (+2 -0)
===================================================================
--- lib/mrb/scripts/context/rc.rb    2015-01-05 20:29:08 +0900 (0f87a16)
+++ lib/mrb/scripts/context/rc.rb    2015-01-05 21:16:53 +0900 (28c85bb)
@@ -94,6 +94,8 @@ module Groonga
       CAS_ERROR                           = new(:cas_error, -70)
       UNSUPPORTED_COMMAND_VERSION         = new(:unsupported_command_version, -71)
       NORMALIZER_ERROR                    = new(:normalizer_error, -72)
+      TOKEN_FILTER_ERROR                  = new(:token_filter, -73)
+      COMMAND_ERROR                       = new(:command_error, -74)
     end
   end
 end
-------------- next part --------------
HTML����������������������������...
Télécharger 



More information about the Groonga-commit mailing list
Back to archive index