This version of Unity is unsupported.
Method group is Obsolete

NetworkServerSimple.OnDataError

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

Declaration

public void OnDataError(NetworkConnection conn, byte error);

Parameters

conn The connection object that the error occured on.
error The error code.

Description

A virtual function that is called when a data error occurs on a connection.