异常:Mongo::Error::InsufficientIterationCount
- 继承:
-
Mongo::Error
- 对象
- StandardError
- Mongo::Error
- Mongo::Error::InsufficientIterationCount
- 定义于:
- build/Ruby-driver-v 2.19 /lib/mongo/error/insufficient_iteration_count.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
类方法摘要折叠
实例方法摘要折叠
-
#initialize (msg) ⇒ InsufficientIterationCount
构造函数
实例化新异常。
从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
构造函数详情
#initialize (msg) ⇒ InsufficientIterationCount
实例化新异常。
32 33 34 |
# File 'build/Ruby-driver-v 2.19 /lib/mongo/error/insufficient_iteration_count.rb', 第32行 def 初始化(msg) 超(msg) end |
类方法详细信息
。 message (required_count, given_count) ⇒对象
36 37 38 |
# File 'build/Ruby-driver-v 2.19 /lib/mongo/error/insufficient_iteration_count.rb', 第36行 def self.(required_count, given_count) "此身份验证机制需要的迭代计数为#{ required_count } ,但服务器仅请求了#{ given_count } " end |