找回密码
 注册
查看: 822|回复: 0

R语言 rmongodb包 mongo.get.err()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-27 00:16:38 | 显示全部楼层 |阅读模式
mongo.get.err(rmongodb)
mongo.get.err()所属R语言包:rmongodb

                                        Retrieve an connection error code from a mongo object
                                         从蒙戈对象中检索一个连接错误代码

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Retrieve an connection error code from a mongo object indicating the failure code if mongo.create() failed.
检索连接错误代码从蒙戈对象,表示故障代码,如果mongo.create()失败。


用法----------Usage----------


mongo.get.err(mongo)



参数----------Arguments----------

参数:mongo
(mongo) a mongo connection object.
(蒙戈)蒙戈的连接对象。


值----------Value----------

(integer) error code as follows:
(整数)错误代码如下:


参数:0
No Error
没有错误

mongo.create() errors:
mongo.create()错误:


参数:1
No socket - Could not create socket.
没有插座 - 无法创建套接字。


参数:2
Fail - An error occurred attempting to connect to socket
故障 - 出现了一个错误连接到插座


参数:3
Address fail - An error occured calling getaddrinfo().
地址失败 - 调用getaddrinfo()时发生错误。


参数:4
Not Master - Warning: connected to a non-master node (read-only).
没有掌握 - 警告:连接到一个非主节点(只读)。


参数:5
Bad set name - given name doesn't match the replica set.
不良集名称 - 给定的名称不匹配副本集。


参数:6
No Primary - Cannot find primary in replica set - connection closed.
无主 - 无法找到原发于副本集 - 连接关闭。

Other errors:
其他的错误:


参数:7
I/O error - An error occured reading or writing on the socket.
I / O错误 - 错误发生的插座读取或写入。


参数:8
Read size error - The response is not the expected length.
尺寸误差 - 响应不期望的长度。


参数:9
Command failed - The command returned with 'ok' value of 0.
命令失败 - 该命令返回值为0,按“OK”。


参数:10
BSON invalid - Not valid for the specified operation.
BSON无效 - 不适用于指定的操作。


参数:11
BSON not finished - should not occur with R driver.  
BSON没有完成 -  R驱动器应该不会发生。


参见----------See Also----------

mongo.create,<br> mongo
mongo.create,参考蒙戈


实例----------Examples----------


mongo <- mongo.create()
if (!mongo.is.connected(mongo)) {
    print("Unable to connect.  Error code:")
    print(mongo.get.err(mongo))
}

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-24 07:31 , Processed in 0.024179 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表