异常:Mongo::Error::InvalidServerPreference
- 继承:
-
Mongo::Error
- 对象
- StandardError
- Mongo::Error
- Mongo::Error::InvalidServerPreference
- 定义于:
- build/Ruby-driver-v 2.19 /lib/mongo/error/invalid_server_preference.rb
Overview
提供的服务器偏好无效时触发。
常量摘要折叠
- NO_TAG_SUPPORT =
为不支持标签的读取偏好指定标签时出现错误消息。
'此读取偏好不能与标签结合使用。 '.冻结
- NO_MAX_STALENESS_SUPPORT =
为不支持该最大过时度的读取偏好指定了该值时出现的错误消息。
'无法为此读取偏好设置 max_staleness。 '.冻结
- NO_HEDGE_SUPPORT =
此常量是私有 API 的一部分。 应尽可能避免使用此常量,因为它将来可能会被删除或更改。
为不支持对冲的读取偏好指定对冲时出现错误消息。
'无法为此读取偏好设置对冲选项'.冻结
- INVALID_MAX_STALENESS =
已弃用。
当最大过时时间不是心跳频率两倍时的错误消息。
" `max_staleness` 值太小。它必须至少为" + " `ServerSelector::SMALLEST_MAX_STALENESS_SECONDS` 和(集群的 heartbeat_Frequency " + " setting + `Cluster::IDLE_WRITE_PERIOD_SECONDS`). ".冻结
- NO_MAX_STALENESS_WITH_LEGACY_SERVER =
由于一台或多台服务器的版本 < 3.4而无法使用 max staleness 时出现的错误消息。
' max_staleness 只能设置为满足以下条件的集群: ' + '每台服务器的版本至少为3.4 。 '.冻结
从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 (message) ⇒ InvalidServerPreference
构造函数
实例化新异常。
从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 (message) ⇒ InvalidServerPreference
实例化新异常。
63 64 65 |
# File 'build/Ruby-driver-v 2.19 /lib/mongo/error/invalid_server_preference.rb', 第63行 def 初始化() 超() end |