VSErrorInfo Object

Use the VSErrorInfo object to retrieve error information from the Appconn connector.

Click any of the following methods or properties to see information on its use, syntax, and parameters:

ErrorCodeArray

Returns an array of error message ID's (RTE numbers.)

Syntax

object.ErrorCodeArray

Part Description
object An AppConn object (for example, AppConnModel, AppConnTerm, and AppConnTable)

ErrorMessageArray

Returns an array of error message strings

Syntax

object.ErrorMessageArray

Part Description
object An AppConn object (for example, AppConnModel, AppConnTerm, and AppConnTable)

ErrorParameterArray Method

Syntax

object.ErrorParameterArray ErrorMessageIndex

Syntax

object.ErrorMessageArray

Part Description
object An AppConn object (for example, AppConnModel, AppConnTerm, and AppConnTable)
ErrorMessageIndex 1-based index of the error message for which parameters are to be obtained.

Return value: Array of parameter strings.

Data Type: Integer