Error Descriptions

I'm using a VBScript to create a FTP connection and wanted to correlate the error codes to an error description. I don''t see this information in the help file. Is there somewhere else I can look for it?

This information would be useful because it took me about 30 minutes of trying to debug the sample.wsf script before realizing it was failing because I had not created the logging directory.

Thanks,
Tredell

The error codes are documented in the documentation. Please see the enumError enum.

Whoops... I have no idea how I missed that. Sorry.