summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclientcursor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/client/dbclientcursor.cpp')
-rw-r--r--src/mongo/client/dbclientcursor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/client/dbclientcursor.cpp b/src/mongo/client/dbclientcursor.cpp
index a275f984ae5..399d6cb9143 100644
--- a/src/mongo/client/dbclientcursor.cpp
+++ b/src/mongo/client/dbclientcursor.cpp
@@ -305,7 +305,7 @@ void DBClientCursor::dataReceived(const Message& reply, bool& retry, string& hos
invariant(qr.getCursorId() == 0);
if (!(opts & QueryOption_CursorTailable)) {
- uasserted(13127,
+ uasserted(ErrorCodes::CursorNotFound,
str::stream() << "cursor id " << cursorId << " didn't exist on server.");
}