diff options
author | Bernard Gorman <bernard.gorman@gmail.com> | 2019-02-21 16:27:03 +0000 |
---|---|---|
committer | Bernard Gorman <bernard.gorman@gmail.com> | 2019-02-22 00:54:32 +0000 |
commit | 20fc08af78154399615312db92952fdcd5c61088 (patch) | |
tree | 4342339fcb96481e1fc473bff06631c306034f4b /src/mongo/base | |
parent | 4ac8553ce4e6cb07e0615b9c236abe18c430d68f (diff) | |
download | mongo-20fc08af78154399615312db92952fdcd5c61088.tar.gz |
SERVER-37786 Add new ChangeStreamFatalError code
Diffstat (limited to 'src/mongo/base')
-rw-r--r-- | src/mongo/base/error_codes.err | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/base/error_codes.err b/src/mongo/base/error_codes.err index 511a914a311..7617572ace5 100644 --- a/src/mongo/base/error_codes.err +++ b/src/mongo/base/error_codes.err @@ -277,6 +277,7 @@ error_code("IndexBuildAborted", 276) error_code("AlarmAlreadyFulfilled", 277) error_code("UnsatisfiableCommitQuorum", 278) error_code("ClientDisconnect", 279) +error_code("ChangeStreamFatalError", 280) # Error codes 4000-8999 are reserved. # Non-sequential error codes (for compatibility only) |