diff options
author | Jack Mulrow <jack.mulrow@mongodb.com> | 2022-04-01 21:46:58 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-04-20 20:27:04 +0000 |
commit | 06252c6c7d4e5f6afd5a216547e8793c4bedc740 (patch) | |
tree | 950592cfd23d93fe1d76fec10c979f98bbc9fde4 /src/mongo/base | |
parent | 8a5e1910c19b1479aca4ae8d513c030dd5657dc7 (diff) | |
download | mongo-06252c6c7d4e5f6afd5a216547e8793c4bedc740.tar.gz |
SERVER-61782 SERVER-63835 Use futures in transaction API run implementation and simplify construction
Diffstat (limited to 'src/mongo/base')
-rw-r--r-- | src/mongo/base/error_codes.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/base/error_codes.yml b/src/mongo/base/error_codes.yml index b5d308c44d3..523c52065cf 100644 --- a/src/mongo/base/error_codes.yml +++ b/src/mongo/base/error_codes.yml @@ -488,6 +488,9 @@ error_codes: - {code: 373, name: InternalTransactionsExhaustiveFindHasMore} + - {code: 374, name: TransactionAPIMustRetryTransaction, categories: [InternalOnly]} + - {code: 375, name: TransactionAPIMustRetryCommit, categories: [InternalOnly]} + # Error codes 4000-8999 are reserved. # Non-sequential error codes for compatibility only) |