This version of Unity is unsupported.
Method group is Obsolete

NetworkManager.OnServerError

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

Declaration

public void OnServerError(NetworkConnection conn, int errorCode);

Parameters

conn Connection from client.
errorCode Error code.

Description

Called on the server when a network error occurs for a client connection.