summaryrefslogtreecommitdiff
path: root/src/mongo/base
diff options
context:
space:
mode:
authorRandolph Tan <randolph@10gen.com>2017-09-27 23:34:00 -0400
committerRandolph Tan <randolph@10gen.com>2017-09-27 23:34:00 -0400
commitaaa0c96532ba6a8ea9146e4298c6bf1cc6b27f9e (patch)
treefcdf67ad36b0b9392e1218a5defc31ea8bdd45e4 /src/mongo/base
parenteeee1e2b64f70e8487f017ba579f3ca861c81e4f (diff)
downloadmongo-aaa0c96532ba6a8ea9146e4298c6bf1cc6b27f9e.tar.gz
Revert "Revert "SERVER-30894 Implement command for transferring session information during migration""
This reverts commit 522f7f7d36a4a71059dd2d5219c2a0f074dfd0a1.
Diffstat (limited to 'src/mongo/base')
-rw-r--r--src/mongo/base/error_codes.err1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/base/error_codes.err b/src/mongo/base/error_codes.err
index 80a17b9ccf1..24825fb09ba 100644
--- a/src/mongo/base/error_codes.err
+++ b/src/mongo/base/error_codes.err
@@ -225,6 +225,7 @@ error_code("JSONSchemaNotAllowed", 224)
error_code("TransactionTooOld", 225)
error_code("AtomicityFailure", 226)
error_code("CannotImplicitlyCreateCollection", 227);
+error_code("SessionTransferIncomplete", 228)
# Error codes 4000-8999 are reserved.