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