模块:Mongo::Error::ChangeStreamResumable

包含在:
Mongo::ErrorConnectionPershedPoolClearedErrorPoolPausedErrorSocketErrorSocketTimeoutError
定义于:
build/Ruby-driver-v 2.19 /lib/mongo/error/change_stream_resumable.rb

Overview

表示错误的模块将始终导致变更流恢复一次。

由于:

  • 2.6.0

实例方法摘要折叠

实例方法详细信息

# change_stream_resumable?true , false

如果触发此错误的操作是 getMore,是否可以恢复发生此错误的变更流?

例子:

变更流的错误是否可恢复?

error.change_stream_resumable?

返回:

  • ( true , false )

    错误是否可恢复。

由于:

  • 2.6.0



35
36
37
# File ' 构建/ruby-driver-v2.19/lib/ mongo /error/change_stream_resumable.rb', 第35行

def change_stream_resumable?
  true
end