summaryrefslogtreecommitdiff
path: root/src/mango/src/mango_error.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mango/src/mango_error.erl')
-rw-r--r--src/mango/src/mango_error.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mango/src/mango_error.erl b/src/mango/src/mango_error.erl
index 4f8ae204d..4c55ef3f6 100644
--- a/src/mango/src/mango_error.erl
+++ b/src/mango/src/mango_error.erl
@@ -43,7 +43,7 @@ info(mango_cursor, {no_usable_index, selector_unsupported}) ->
{
400,
<<"no_usable_index">>,
- <<"There is no index available for this selector.">>
+ <<"The index specified with \"use_index\" is not usable for the query.">>
};
info(mango_json_bookmark, {invalid_bookmark, BadBookmark}) ->