Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

This function is invoked when an error occurs on an XCON connection. Create a function for each connection to monitor and name it accordingly, e.g. for connection ftp1 socket1 create the function ftp1 socket1_OnErrorEvent.

Signature

<connection_handle>_OnErrorEvent(

...

errorCode)

Parameters

Name

Type

Mandatory/Optional

Description

errorCode

string

M

error message

Return

None.