异常:Mongo::Error::InvalidServerPreference

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

Overview

提供的服务器偏好无效时触发。

由于:

  • 2.0.0

常量摘要折叠

NO_TAG_SUPPORT =

为不支持标签的读取偏好指定标签时出现错误消息。

由于:

  • 2.4.0

'此读取偏好不能与标签结合使用。 '.冻结
NO_MAX_STALENESS_SUPPORT =

为不支持该最大过时度的读取偏好指定了该值时出现的错误消息。

由于:

  • 2.4.0

'无法为此读取偏好设置 max_staleness。 '.冻结
NO_HEDGE_SUPPORT =

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

为不支持对冲的读取偏好指定对冲时出现错误消息。

由于:

  • 2.0.0

'无法为此读取偏好设置对冲选项'.冻结
INVALID_MAX_STALENESS =
已弃用。

当最大过时时间不是心跳频率两倍时的错误消息。

由于:

  • 2.4.0

" `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 时出现的错误消息。

由于:

  • 2.4.0

' max_staleness 只能设置为满足以下条件的集群: ' +
'每台服务器的版本至少为3.4 。 '.冻结

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) ⇒ InvalidServerPreference

实例化新异常。

例子:

实例化异常。

Mongo::Error::InvalidServerPreference.new

参数:

  • message ( string )

    错误消息。

由于:

  • 2.0.0



63
64
65
# File 'build/Ruby-driver-v 2.19 /lib/mongo/error/invalid_server_preference.rb', 第63行

def 初始化(message)
  (message)
end