NaInet library return code |
Description |
NaInet library returned code == -94 |
Added for GUID regeneration. |
NaInet library returned code == -92 |
Communication failure (IPv6 enabled). |
NaInet library returned code == -88 |
The remote server needs authentication. If you supplied authentication credentials, those credentials might be incorrect. |
NaInet library returned code == -60 |
Timed out. |
NaInet library returned code == -43 |
Network is unreachable. |
NaInet library returned code == -20 |
Failed to create the specified directory. |
NaInet library returned code == -19 |
Local file exists, but could not be opened. |
NaInet library returned code == -18 |
Socket error, system problem. |
NaInet library returned code == -17 |
The disk is full. |
NaInet library returned code == -16 |
The local file involved in the transfer was not found, which would typically arise during uploads and in resumable downloads. |
NaInet library returned code == -15 |
Deletion of the specified file/URL failed. |
NaInet library returned code == -14 |
There is no package to receive from the SPIPE site. |
NaInet library returned code == -13 |
Download failed. |
NaInet library returned code == -12 |
The range specified for the transfer is invalid (applies to resumable downloads). |
NaInet library returned code == -11 |
Out of memory. |
NaInet library returned code == -10 |
Error while writing to file/device. |
NaInet library returned code == -9 |
Connection to remote server failed. |
NaInet library returned code == -8 |
The specified host could not be resolved. |
NaInet library returned code == -7 |
The proxy server address could not be resolved. |
NaInet library returned code == -6 |
Not all required options for the protocol were specified. |
NaInet library returned code == -5 |
The requested file was not found on the remote system. |
NaInet library returned code == -4 |
The argument passed to the routine is invalid. |
NaInet library returned code == -3 |
The option specified while setting up an option is invalid. |
NaInet library returned code == -2 |
The maximum number of retries was reached while trying to download/upload. |
NaInet library returned code == -1 |
Unknown failure. |
NaInet library returned code == 1 |
The remote server needs authentication. If you did supply authentication credentials, those credentials might be incorrect. |
NaInet library returned code == 2 |
The proxy server needs authentication. If you did supply authentication credentials, those credentials might be incorrect. |
NaInet library returned code == 3 |
The user tried to set a port number for transfer, but the port number is already embedded in the host name specified earlier by the user. |
NaInet library returned code == 4 |
A partial or resumable download was requested, but the request can't be fulfilled. The cause is either that the server cannot handle it, or because the download prefix does not match. |
NaInet library returned code == 5 |
The remote server does not support passive FTP. |
NaInet library returned code == 6 |
The remote server does not support resumable downloads. |
NaInet library returned code == 7 |
The user canceled the transfer. |
NaInet library returned code == 8 |
File upload was successful. |
NaInet library returned code == 9 |
The server cannot accept any more download requests. |
NaInet library returned code == 10 |
Partial download successful. Corresponds to HTTP return code 206. |
NaInet library returned code == 11 |
The remote server redirected the URL. |
NaInet library returned code == 12 |
The remote server is busy and is not accepting any more connections. |
NaInet library returned code == 13 |
There is no package to receive from the SPIPE site. |
NaInet library returned code == 14 |
Successfully downloaded the required package. |
NaInet library returned code == 15 |
The remote server returned an invalid response. |
NaInet library returned code == 16 |
Failed to impersonate user. |
NaInet library returned code == 19 |
FTP server gave an invalid response. |
NaInet library returned code == 20 |
FTPIface object is already in use. |
NaInet library returned code == 21 |
The operation requested is not supported on this platform. |
NaInet library returned code == 22 |
CMA is shutting down. |