Engine.GetErrorString ( errorCode, errorString)
Returns False when the errorCode is not a TSError.
Returns an error description string that corresponds to a specific TSError code.
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."