异常:Mongo::Error::SnapshotSessionTransactionProhibited

继承:
Mongo::Error
  • 对象
显示全部
定义于:
build/Ruby-driver-v 2.19 /lib/mongo/error/snapshot_session_transaction_prohibited.rb

Overview

尝试在快照会话上执行ACID 事务时引发异常。

由于:

  • 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

构造函数详情

#初始化SnapshotSessionTransactionProhibited

实例化新异常。

由于:

  • 2.0.0



25
26
27
# File 'build/Ruby-driver-v 2.19 /lib/mongo/error/snapshot_session_transaction_prohibited.rb', 第25行

def 初始化
  (快照会话中不支持事务)
end