We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a71dad2 commit 8be2b14Copy full SHA for 8be2b14
lib/mongo/error/operation_failure.rb
@@ -259,7 +259,7 @@ def max_time_ms_expired?
259
# @return [ true | false ] Whether the error is caused by an attempted
260
# retryable write on a storage engine that does not support retryable writes.
261
#
262
- # @since 2.11.0
+ # @since 2.10.0
263
def unsupported_retryable_write?
264
# code 20 is IllegalOperation
265
code == 20 && message.start_with?("Transaction numbers")
0 commit comments