# File lib/mongo/error/operation_failure.rb, line 89
      def retryable?
        RETRY_MESSAGES.any?{ |m| message.include?(m) }
      end