Back to product page

ErrorText property


Provides a string representation of an error.

Type

A String value. Text description of the error.

Syntax

  • Basic
object.ErrorText(ErrorNum)
The ErrorText(object,ErrorNum) syntax has these parts:
objectAn expression evaluating to an object of type wodSFTP.
ErrorNumRequired. An Integer value. Specifies error code.

Remarks

The ErrorText property will return a text description of a value given by the ErrorNum parameter. For a list of possible values please refer to the Error List. If an unknown ErrorNum is entered, the message 'Unrecognized Error' text will be returned.

Platforms

Windows