Error codes returned by SOCKS operations.
Defined in header <boost/socks/error.hpp>
enum error
Name |
Description |
---|---|
|
Succeeded. |
|
General SOCKS server failure. |
|
Connection not allowed by ruleset. |
|
Network unreachable. |
|
Host unreachable. |
|
Connection refused. |
|
TTL expired. |
|
Command not supported. |
|
Address type not supported. |
|
Request granted. |
|
Request rejected or failed. |
|
Request rejected because SOCKS server cannot connect to identd on the client. |
|
Request rejected because the client program and identd report different user-ids. |
|
Bad reply size. |
|
Bad reply version. |
|
Bad authentication server choice. |
|
Bad reply command. |
|
Bad reserved component. |
|
Bad address type. |
|
Access denied. |
|
Unassigned. |
Convenience header <boost/socks.hpp>