Engine.GetErrorString

Syntax

Engine.GetErrorString( errorCode, errorString)

Return Value

Boolean

Returns False when the errorCode is not a TSError.

Purpose

Returns an error description string that corresponds to a specific TSError code.

Parameters

errorCode As TSError

[In] Specifies the error code to describe.

errorString As String

[Out] Returns a description of the errorCode. If the error code is not a TSError, the parameter returns the string "User defined error code."

See Also

StepProperties

TSError