VintaSoft Twain .NET SDK 15.0: Documentation for .NET developer
Vintasoft.WinTwain.ImageUploading.Ftp Namespace / ErrorCode Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    ErrorCode Enumeration
    In This Topic
    Specifies available codes of errors which can occur during an image uploading process to FTP server.
    Syntax
    'Declaration
    
    Public Enum ErrorCode
       Inherits System.Enum
    
    
    public enum ErrorCode : System.Enum
    
    
    __value public enum ErrorCode : public System.Enum
    
    
    public enum class ErrorCode : public System.Enum
    
    
    Members
    MemberDescription
    NoneNo errors.
    IllegalLogOnTypeNot correct logon type.
    CannotOpenControlChannelError at opening the control channel.
    CannotGetInitialMessageError at getting the initial message from server.
    ErrorToSendLogOnCommandToServerError at sending LOGON command to the server.
    ErrorToGetRespnseOnLogOnCommandFromServerError at getting response onto LOGON command from server.
    ErrorToLoggingOnServerError at logging onto the server.
    ErrorInInputFileDataError in image data.
    ErrorToSetBinaryTransferModeError at setting binary transfer mode.
    ErrorToCreatePathOnServerError at creating path on server.
    ErrorToSetPassiveTransferModeError at setting passive transfer mode.
    ErrorToSetActiveTransferModeError at setting active transfer mode.
    ErrorToInitStoreCommandError at initializing the STORE command.
    ErrorToGetResponseOntoStoreCommandError at getting response onto STORE command.
    ErrorToInitDataSocketError at initializing data socket.
    ErrorAtTransferringImageOntoServerError at transfering image to the server.
    TransferCanceledByUserTransfer is canceled by user.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.WinTwain.ImageUploading.Ftp.ErrorCode

    Requirements

    Target Platforms: .NET 8, .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also