diff options
author | U-tellus\cwestin <cwestin@10gen.com> | 2011-12-12 11:43:09 -0800 |
---|---|---|
committer | U-tellus\cwestin <cwestin@10gen.com> | 2011-12-12 11:43:09 -0800 |
commit | 48f8aa29059e71cc152609a0b209390ffdff09f1 (patch) | |
tree | 9f5b6837b9633622b3cd9bfb61f437106a07bc1a /docs | |
parent | 4362ed116899ed80145e118ab8526483496b8346 (diff) | |
download | mongo-48f8aa29059e71cc152609a0b209390ffdff09f1.tar.gz |
reserve some error codes
Diffstat (limited to 'docs')
-rw-r--r-- | docs/errors.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/errors.md b/docs/errors.md index 8487a35b11c..73d270abb5c 100644 --- a/docs/errors.md +++ b/docs/errors.md @@ -315,6 +315,11 @@ db/commands/mr.cpp * 9014 [code](http://github.com/mongodb/mongo/blob/master/db/commands/mr.cpp#L74) map invoke failed: +db/commands/pipeline.cpp +---- +* 15942 [code](http://github.com/mongodb/mongo/blob/master/db/commands/pipeline.cpp#L143) pipeline element + + db/common.cpp ---- * 10332 [code](http://github.com/mongodb/mongo/blob/master/db/common.cpp#L45) Expected CurrentTime type |