Commit 10cf13d
fix: handle client-level Collection Exists exception in Mongo processException
The Mongo client throws Exception('Collection Exists') with code 0
rather than using MongoDB's native error code 48. This was only caught
by the pre-check, leaving the in-transaction path unhandled.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 602f8de commit 10cf13d
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3520 | 3520 | | |
3521 | 3521 | | |
3522 | 3522 | | |
3523 | | - | |
3524 | | - | |
| 3523 | + | |
| 3524 | + | |
3525 | 3525 | | |
3526 | 3526 | | |
3527 | 3527 | | |
| |||
0 commit comments