summaryrefslogtreecommitdiff
path: root/src/mongo/base/error_codes.err
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/base/error_codes.err')
-rw-r--r--src/mongo/base/error_codes.err4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/base/error_codes.err b/src/mongo/base/error_codes.err
index fe682f8eb62..4fa6ca8929b 100644
--- a/src/mongo/base/error_codes.err
+++ b/src/mongo/base/error_codes.err
@@ -343,10 +343,6 @@ error_class("WriteConcernError", ["WriteConcernFailed",
"UnsatisfiableWriteConcern"])
error_class("ShutdownError", ["ShutdownInProgress", "InterruptedAtShutdown"])
-# isCancelationError() includes all codes that, when passed to a function as its parameter,
-# indicates that it cannot be executed as normal and must abort its intended work.
-error_class("CancelationError", ["ShutdownInProgress", "InterruptedAtShutdown", "CallbackCanceled"])
-
#TODO SERVER-28679 add checksum failure.
error_class("ConnectionFatalMessageParseError", ["IllegalOpMsgFlag",
"TooManyDocumentSequences"])