Internet Direct (Indy) Version 9.0.1 Beta
EIdSocksError
This exception class is the ancestor for exception classes that are raised due to SOCKS errors.

EIdSocksError = class(EIdException)
Description
This exception class is the ancestor for exception classes that are raised due to SOCKS errors that occur when using TIdTCPClient.Connect. Descendants include EIdSocksRequestFailed, EIdSocksRequestServerFailed, EIdSocksRequestIdentFailed, EIdSocksUnknownError, EIdSocksServerRespondError, EIdSocksAuthMethodError, EIdSocksAuthError, EIdSocksServerGeneralError, EIdSocksServerPermissionError, EIdSocksServerNetUnreachableError, EIdSocksServerHostUnreachableError, EIdSocksServerConnectionRefusedError, EIdSocksServerTTLExpiredError, EIdSocksServerCommandError, and EIdSocksServerAddressError.