异常:Mongo::Error::FailedStringPrepValidation

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

Overview

当 stringprep 验证失败时,例如由于

character being present or bidirection data being invalid.

由于:

  • 2.6.0

常量摘要折叠

INVALID_BIDIRECTIONAL =

描述双向验证失败的错误消息。

由于:

  • 2.6.0

数据双向验证失败.冻结
PROHIBITED_CHARACTER =

描述发现禁用字符的错误消息。

由于:

  • 2.6.0

'数据包含禁用字符。 '.冻结
UNABLE_TO_NORMALIZE =

错误消息描述无法在低于2.2.0的 Ruby 版本上完成 stringprep 规范化。

由于:

  • 2.6.0

无法使用低于2.2.0的 Ruby 版本执行规范化.冻结

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

创建新的异常。

参数:

  • msg ( string )

    描述验证失败原因的错误消息。

由于:

  • 2.6.0



36
37
38
# File 'build/Ruby-driver-v 2.19 /lib/mongo/error/failed_string_prep_validation.rb', 第36行

def 初始化(msg)
  (msg)
end