YUKI Hiroshi
null+****@clear*****
Thu Dec 26 15:14:35 JST 2013
YUKI Hiroshi 2013-12-26 15:14:35 +0900 (Thu, 26 Dec 2013) New Revision: fbe4efe0d682cde938070186732723661ec968c5 https://github.com/droonga/droonga.org/commit/fbe4efe0d682cde938070186732723661ec968c5 Message: Update name of errors for the latest implementation Modified files: reference/commands/add/index.md reference/commands/search/index.md reference/message/index.md Modified: reference/commands/add/index.md (+3 -3) =================================================================== --- reference/commands/add/index.md 2013-12-25 19:53:45 +0900 (0fa67c8) +++ reference/commands/add/index.md 2013-12-26 15:14:35 +0900 (3df9880) @@ -203,15 +203,15 @@ This returns an array with including a boolean value `true` like following as th This command reports errors not only [general errors](/reference/message/#error) but also followings. -### `400` `MissingTable` +### `400` `MissingTableParameter` Means you've forgotten to specify the `table` parameter. -### `400` `MissingPrimaryKey` +### `400` `MissingPrimaryKeyParameter` Means you've forgotten to specify the `key` parameter, for a table with the primary key column. -### `400` `InvalidValueType` +### `400` `MismatchedValueType` 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. Modified: reference/commands/search/index.md (+1 -1) =================================================================== --- reference/commands/search/index.md 2013-12-25 19:53:45 +0900 (c2f1938) +++ reference/commands/search/index.md 2013-12-26 15:14:35 +0900 (ae02a15) @@ -1196,7 +1196,7 @@ 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` `MissingTable` +### `400` `MissingTableParameter` Means you've forgotten to specify the `table` parameter. Modified: reference/message/index.md (+1 -1) =================================================================== --- reference/message/index.md 2013-12-25 19:53:45 +0900 (2743640) +++ reference/message/index.md 2013-12-26 15:14:35 +0900 (c1da7c5) @@ -136,7 +136,7 @@ Status codes of error responses are similar to HTTP's one. Possible values: `400` and other `4xx` statuses : An error of the request message. General errors for any message type are: - `400` `MissingDataset` + `400` `MissingDatasetParameter` : Means you've forgotten to specify the `dataset`. `404` `UnknownDataset` -------------- next part -------------- HTML����������������������������...ダウンロード