wodSFTP ActiveX Control - ErrorText Property
      
 

Description

Provides a string representation of an error.


Property type

A String value.  Text description of the error.


Syntax

object.ErrorText(ErrorNum)



The ErrorText Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodSFTP.
ErrorNum Required. 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.