异常:Mongo::Error::SessionsNotSupported

继承:
无效会话 显示全部
定义于:
构建/ruby-driver-v2.19/lib/ mongo /error/sessions_not_supported.rb

Overview

注意:

InvalidSession 的子类化只是为了向后兼容,将在驾驶员版本3.0中删除。

当尝试使用会话但部署不支持会话时,会引发此异常。

由于:

  • 2.0.0

常量摘要

Mongo::Error继承的常量

BAD_VALUECodeCURSOR_NOT_FOUNDERRERRMSGERRORTRANSIENT_TRANSACTION_ERROR_LABELUNKNOWN_ERRORUNKNOWN_TRANSACTION_COMMIT_RESULT_LABELWRITE_CONCERN_ERRORWRITE_CONCERN_ERRORSWRITE_ERRORS

实例属性摘要

包含在Notable中的属性

#connection_global_id#Generation#service_id

实例方法摘要折叠

Mongo::Error继承的方法

#change_stream_resumable? , #write_concern_error_label? , #write_concern_error_labels

ChangeStreamResumable中包含的方法

#change_stream_resumable?

WriteRetryable 中包含的方法

#write_retryable?

Labelable 中包含的方法

#add_label , #label? , #labels

Notable中包含的方法

#add_note#add_notes#notes#to_s

构造函数详情

#initialize (message) ⇒ SessionsNotSupported

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

创建新的异常。

参数:

  • message ( string )

    错误消息。

由于:

  • 2.0.0



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

def 初始化(message)
  (message)
end