Description
-
Holds error text returned by the server.
Property type
-
A String value. Text description of the
error.
Syntax
-
object.ServerErrorText
The ServerErrorText Property syntax has these parts:
| object |
An expression
evaluating to an object of type wodSFTP. |
Remarks
-
The ServerErrorText property holds a description of the last error
that was returned by the server and is only set by wodSFTP
when it throws error 30018. If
you try to read this information before error 30018 is thrown, it
will probably be invalid. We recommend that you read this
information from within the Done event body or,
if you're working in
Blocking mode, immediately
after you get control back from wodSFTP.
Possible values are:
0 OK
1 End of file
2 No such file or folder
3 Permission denied
4 General failure
5 Bad message
6 No connection
7 Connection lost
8 Operation unsupported
|