Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

NetworkManager.OnServerError

public void OnServerError(Networking.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.