Engine.GetErrorString
- Updated2024-10-09
- 1 minute(s) read
Engine.GetErrorString
Syntax
Engine.GetErrorString( errorCode, errorString)
Return Value
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."