What is a transient transaction error in MongoDB and how should it be handled?
-
A
An error that permanently invalidates the transaction; application must abort
-
B
A temporary error (e.g., write conflict or network issue) that can be resolved by retrying the entire transaction
-
C
An error that commits a partial transaction
-
D
An error caused by schema validation failure within the transaction