[Groonga-commit] droonga/droonga.org at ff5070e [gh-pages] Indicate error status codes

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Dec 25 19:06:39 JST 2013


YUKI Hiroshi	2013-12-25 19:06:39 +0900 (Wed, 25 Dec 2013)

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

  Message:
    Indicate error status codes

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

  Modified: reference/commands/add/index.md (+2 -2)
===================================================================
--- reference/commands/add/index.md    2013-12-25 19:04:35 +0900 (5e3269a)
+++ reference/commands/add/index.md    2013-12-25 19:06:39 +0900 (4608c34)
@@ -201,10 +201,10 @@ This returns an array with including a boolean value `true` like follwing as the
 
 ## Error types {#errors}
 
-### `MissingPrimaryKey`
+### `400` `MissingPrimaryKey`
 
 Means you've forgotten to specify the `key` parameter, for a table with the primary key column.
 
-### `InvalidValueType`
+### `400` `InvalidValueType`
 
 Means you've specified mismatched type value for a column. For example, a string for a geolocation column, a string for an integer column, etc.
-------------- next part --------------
HTML����������������������������...
Download 



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