NetworkConnectionError
- AlreadyConnectedToAnother...
- AlreadyConnectedToServer
- ConnectionBanned
- ConnectionFailed
- CreateSocketOrThreadFailure
- EmptyConnectTarget
- IncorrectParameters
- InternalDirectConnectFailed
- InvalidPassword
- NATPunchthroughFailed
- NATTargetConnectionLost
- NATTargetNotConnected
- NoError
- RSAPublicKeyMismatch
- TooManyConnectedPlayers
NetworkConnectionError 网络连接错误
Enumeration
Possible status messages returned by Network.Connect and in OnFailedToConnect
由 Network.Connect 和在 OnFailedToConnect 可能返回的状态消息。
in case the error was not immediate. Also used by the MasterServer in OnFailedToConnectToMasterServer
如果这样的错误不是立即的,也使用在OnFailedToConnectToMasterServer中的MasterServer。
Values值
-
No error occurred.
没有错误发生。 -
We presented an RSA public key which does not match what the system we connected to is using.
我们授予的一个RSA公共密钥,不匹配我们连接正使用的系统。 -
The server is using a password and has refused our connection because we did not set the correct password.
这个服务器使用密码并拒绝了我们的连接,因为我们没有设置正确的密码。 -
Connection attempt failed, possibly because of internal connectivity problems.
连接尝试失败,可能是因为内部连接问题。 -
The server is at full capacity, failed to connect.
服务器满负荷,无法连接。 -
We are banned from the system we attempted to connect to (likely temporarily).
试图连接到系统被禁止(可能是临时的)。 -
We are already connected to this particular server (can happen after fast disconnect/reconnect).
已经连接到特定服务器(可能是快速断开/重新连接后发生的)。 -
Cannot connect to two servers at once. Close the connection before connecting again.
不能一次连接到两个服务器,关闭连接之前再次连接。 -
Internal error while attempting to initialize network interface. Socket possibly already in use.
内部错误,同时试图初始化网络接口,Socket可能已经在使用。 -
Incorrect parameters given to Connect function.
赋予连接功能的参数不正确。 -
No host target given in Connect.
没有给定连接的目标主机。 -
Client could not connect internally to same network NAT enabled server.
客户端无法连接到内部同样网络NAT启用的服务器。 -
The NAT target we are trying to connect to is not connected to the facilitator server.
NAT目标,我们尝试连接到没有连接的facilitator服务器。 -
Connection lost while attempting to connect to NAT target.
连接丢失,同时试图连接到NAT目标。 -
NAT punchthrough attempt has failed. The cause could be a too restrictive NAT implementation on either endpoints.
最后修改:2011年9月16日 Friday 20:32