Unit
ScSFTPConsts
type
TScSFTPErrorCode = (
erOk, erEof, erNoSuchFile, erPermissionDenied,
erFailure, erBadMessage, erNoConnection,
erConnectionLost, erOpUnsupported, erInvalidHandle,
erNoSuchPath, erFileAlreadyExists, erWriteProtect,
erNoMedia, erNoSpaceOnFilesystem, erQuotaExceeded,
erUnknownPrincipal, erLockConflict, erDirNotEmpty,
erNotADirectory, erInvalidFilename, erLinkLoop,
erCannotDelete, erInvalidParameter, erFileIsADirectory,
erByteRangeLockConflict, erByteRangeLockRefused,
erDeletePending, erFileCorrupt, erOwnerInvalid,
erGroupInvalid);
Description
The TScSFTPErrorCode enumeration is used in event handlers of TScSFTPServer to determine the arisen error.
See also