异常:Mongo::Error::LintError
- 继承:
-
Mongo::Error
- 对象
- StandardError
- Mongo::Error
- Mongo::Error::LintError
- 定义于:
- build/Ruby-driver-v 2.19 /lib/mongo/error/lint_error.rb
Overview
驾驶员使用不当时触发。
通常,驱动程序会将某些数据传递到服务器,并让服务器在数据无效时返回错误。 这使得服务器将来可以添加功能,并且旧的驱动程序版本可以透明地支持此类功能,但也使调试变得复杂。
将环境变量 MONGO_RUBY_DRIVER_LINT 设置为1 、true 或 yes 将使驾驶员对其传递到服务器的数据执行额外检查,以更快地标记故障。 此类故障会引发此异常。
常量摘要
从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? 、 #initialize 、 #write_concern_error_label? , #write_concern_error_labels
ChangeStreamResumable中包含的方法
WriteRetryable 中包含的方法
Labelable 中包含的方法
#add_label , #label? , #labels
Notable中包含的方法
#add_note 、 #add_notes 、 #notes 、 #to_s
构造函数详情
该类从Mongo::Error继承了一个构造函数