This version of Unity is unsupported.
Method group is Obsolete

NetworkServerSimple.OnConnectError

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

Declaration

public void OnConnectError(int connectionId, byte error);

Parameters

connectionId The id of the connection with the error.
error The error code.

Description

A virtual function that is invoked when there is a connection error.