异常:Mongo::Error::InvalidApplicationName
- 继承:
-
Mongo::Error
- 对象
- StandardError
- Mongo::Error
- Mongo::Error::InvalidApplicationName
- 定义于:
- 构建/ruby-driver-v2.19/lib/ mongo /error/invalid_application_name.rb
Overview
当元数据文档发送到服务器时,会引发此异常
at the time of a connection handshake is invalid.
常量摘要
从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
实例方法摘要折叠
从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 (app_name, max_size) ⇒ InvalidApplicationName
实例化新异常。
36 37 38 |
# File ' 构建/ruby-driver-v2.19/lib/ mongo /error/invalid_application_name.rb', 第36行 def 初始化(app_name, max_size) 超("提供的应用程序名称 ' #{ app_name } ' 不能超过#{ max_size }字节。 ") end |