Boost.Socks Logo

PrevUpHomeNext

error

Error codes returned by SOCKS operations.

Synopsis

Defined in header <boost/socks/error.hpp>

enum error
Values

Name

Description

succeeded

Succeeded.

general_failure

General SOCKS server failure.

connection_not_allowed_by_ruleset

Connection not allowed by ruleset.

network_unreachable

Network unreachable.

host_unreachable

Host unreachable.

connection_refused

Connection refused.

ttl_expired

TTL expired.

command_not_supported

Command not supported.

address_type_not_supported

Address type not supported.

request_granted

Request granted.

request_rejected_or_failed

Request rejected or failed.

cannot_connect_to_identd_on_the_client

Request rejected because SOCKS server cannot connect to identd on the client.

client_and_identd_report_different_user_ids

Request rejected because the client program and identd report different user-ids.

bad_reply_size

Bad reply size.

bad_reply_version

Bad reply version.

bad_server_choice

Bad authentication server choice.

bad_reply_command

Bad reply command.

bad_reserved_component

Bad reserved component.

bad_address_type

Bad address type.

access_denied

Access denied.

unassigned_reply_code

Unassigned.

Convenience header <boost/socks.hpp>


PrevUpHomeNext