异常:Mongo::Error::PoolClearedError

继承:
PoolError 显示全部
包括:
ChangeStreamResumableWriteRetryable
定义于:
build/Ruby-driver-v 2.19 /lib/mongo/error/pool_cleared_error.rb

Overview

如果尝试对由于服务器监控超时而中断的连接执行操作,则会引发异常。

由于:

  • 2.0.0

常量摘要

Mongo::Error继承的常量

BAD_VALUECodeCURSOR_NOT_FOUNDERRERRMSGERRORTRANSIENT_TRANSACTION_ERROR_LABELUNKNOWN_ERRORUNKNOWN_TRANSACTION_COMMIT_RESULT_LABELWRITE_CONCERN_ERRORWRITE_CONCERN_ERRORSWRITE_ERRORS

实例属性摘要

PoolError继承的属性

#解决, #pool

包含在Notable中的属性

#connection_global_id#Generation#service_id

实例方法摘要折叠

ChangeStreamResumable中包含的方法

#change_stream_resumable?

WriteRetryable 中包含的方法

#write_retryable?

Mongo::Error继承的方法

#change_stream_resumable? , #write_concern_error_label? , #write_concern_error_labels

Labelable 中包含的方法

#add_label , #label? , #labels

Notable中包含的方法

#add_note#add_notes#notes#to_s

构造函数详情

#初始化(地址, 池) ="PoolClearedError"

此方法是私有 API 的一部分。 您应尽可能避免使用此方法,因为它将来可能会被删除或更改。

实例化新异常。

例子:

实例化异常。

Mongo::Error::PoolClearedError.new(address, pool)

由于:

  • 2.0.0



33
34
35
36
37
# File 'build/Ruby-driver-v 2.19 /lib/mongo/error/pool_cleared_error.rb', 第33行

def 初始化(地址, )
  (地址, ,
     由于服务器监控超时 ,与 #{ 解决} 的连接已中断” +
      " (for 池0 x #{ pool . object_id } ) ")
end