This version of Unity is unsupported.
Method group is Obsolete

NetworkManager.OnClientError

Obsolete The high level API classes are deprecated and will be removed in the future.

Declaration

public void OnClientError(NetworkConnection conn, int errorCode);

Parameters

conn Connection to a server.
errorCode Error code.

Description

Called on clients when a network error occurs.