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

TScSFTPError

 

SecureBridge Components, Copyright © 2007-2024 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support