[Groonga-commit] droonga/droonga.org at c1c30aa [gh-pages] Put status code after error types

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Dec 26 18:14:08 JST 2013


YUKI Hiroshi	2013-12-26 18:14:08 +0900 (Thu, 26 Dec 2013)

  New Revision: c1c30aa3ab2ceb127b603157b4201b4d56be05cd
  https://github.com/droonga/droonga.org/commit/c1c30aa3ab2ceb127b603157b4201b4d56be05cd

  Message:
    Put status code after error types

  Modified files:
    reference/commands/search/index.md

  Modified: reference/commands/search/index.md (+6 -10)
===================================================================
--- reference/commands/search/index.md    2013-12-26 18:12:23 +0900 (d378bcf)
+++ reference/commands/search/index.md    2013-12-26 18:14:08 +0900 (d029048)
@@ -1199,18 +1199,14 @@ A value of [date time type](http://groonga.org/docs/tutorial/data.html#date-and-
 
 This command reports errors not only [general errors](/reference/message/#error) but also followings.
 
-### `400` `MissingTableParameter`
+### `MissingTableParameter`
 
-Means you've forgotten to specify the `table` parameter.
+Means you've forgotten to specify the `table` parameter. The status code is `400`.
 
-### `404` `UnknownTable`
+### `UnknownTable`
 
-Means you've specified a table which is not existing in the specified dataset.
-
-### `404` `UnknownColumn`
-
-Means you've specified any column which is not existing in the specified table.
+Means you've specified a table which is not existing in the specified dataset. The status code is `404`.
   
-### `500` `SearchTimeout`
+### `SearchTimeout`
 
-Means the engine couldn't finish to process the request in the time specified as `timeout`.
+Means the engine couldn't finish to process the request in the time specified as `timeout`. The status code is `500`.
-------------- next part --------------
HTML����������������������������...
Download 



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