异常:Mongo::Error::SessionNotMaterialized
- 继承:
-
无效会话
- 对象
- StandardError
- Mongo::Error
- 无效会话
- Mongo::Error::SessionNotMaterialized
- 定义于:
- 构建/ruby-driver-v2.19/lib/ mongo /error/session_not_materialized.rb
Overview
当尝试使用会话但从未实现时,会引发此异常。
常量摘要
从Mongo::Error继承的常量
BAD_VALUE 、 Code 、 CURSOR_NOT_FOUND 、 ERR 、 ERRMSG 、 ERROR 、 TRANSIENT_TRANSACTION_ERROR_LABEL 、 UNKNOWN_ERROR 、 UNKNOWN_TRANSACTION_COMMIT_RESULT_LABEL 、 WRITE_CONCERN_ERROR 、 WRITE_CONCERN_ERRORS 、 WRITE_ERRORS
实例属性摘要
包含在Notable中的属性
#connection_global_id 、 #Generation 、 #service_id
实例方法摘要折叠
-
#初始化⇒ SessionNotMaterialized
构造函数
SessionNotMaterialized 的新实例。
从Mongo::Error继承的方法
#change_stream_resumable? , #write_concern_error_label? , #write_concern_error_labels
ChangeStreamResumable中包含的方法
WriteRetryable 中包含的方法
Labelable 中包含的方法
#add_label , #label? , #labels
Notable中包含的方法
#add_note 、 #add_notes 、 #notes 、 #to_s
构造函数详情
#初始化⇒ SessionNotMaterialized
返回 SessionNotMaterialized 的新实例。
24 25 26 |
# File 'build/Ruby-driver-v 2.19 /lib/mongo/error/session_not_materialized.rb', 第24行 def 初始化 超("会话未物化,无法使用。使用 start_session 或 with_session 启动将要物化的会话。 ") end |