module Mongo::Error::WriteRetryable
A module signifying the error is always write retryable.
@since 2.6.0
Public Instance Methods
write_retryable?()
click to toggle source
# File lib/mongo/error/write_retryable.rb, line 22 def write_retryable? true end