异常:Mongo::Error::MissingPassword

继承:
Mongo::Error
  • 对象
显示全部
定义于:
构建/ruby-driver-v2.19/lib/ mongo /error/missing_password.rb

Overview

当需要密码的操作(例如 尝试在未使用密码创建的用户对象上(检索经过加盐或哈希处理的密码)。

由于:

  • 2.8.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

构造函数详情

#initialize(msg = nil) ⇒ MissingPassword

返回 MissingPassword 的新实例。

由于:

  • 2.8.0



27
28
29
# File ' 构建/ruby-driver-v2.19/lib/ mongo /error/missing_password.rb', 第27行

def 初始化(msg = nil)
  (msg || '创建用户时未设置密码')
end