Back to product page

ErrorText property


Returns string representation of the error.

Type

A String value. Text explanation of the error.

Syntax

  • Basic
object.ErrorText(ErrorNum)
The ErrorText(object,ErrorNum) syntax has these parts:
objectAn expression evaluating to an object of type wodFtpDLX.
ErrorNumRequired. A Long value. Represents the error code.

Remarks

ErrorText property will return text-description of a value given by ErrorNum parameter. For a list of possible values, look here. If unknown ErrorNum is entered, 'Unrecognized Error' text will be returned.

Platforms

Windows