-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.ProxyErrorType
Andrew Lambert edited this page Nov 26, 2022
·
2 revisions
libcURL.ProxyErrorType
Protected Enum ProxyErrorType
None=0
BAD_ADDRESS_TYPE=1
BAD_VERSION=2
CLOSED=3
GSSAPI=4
GSSAPI_PERMSG=5
GSSAPI_PROTECTION=6
IDENTD=7
IDENTD_DIFFER=8
LONG_HOSTNAME=9
LONG_PASSWD=10
LONG_USER=11
NO_AUTH=12
RECV_ADDRESS=13
RECV_AUTH=14
RECV_CONNECT=15
RECV_REQACK=16
REPLY_ADDRESS_TYPE_NOT_SUPPORTED=17
REPLY_COMMAND_NOT_SUPPORTED=18
REPLY_CONNECTION_REFUSED=19
REPLY_GENERAL_SERVER_FAILURE=20
REPLY_HOST_UNREACHABLE=21
REPLY_NETWORK_UNREACHABLE=22
REPLY_NOT_ALLOWED=23
REPLY_TTL_EXPIRED=24
REPLY_UNASSIGNED=25
REQUEST_FAILED=26
RESOLVE_HOST=27
SEND_AUTH=28
SEND_CONNECT=29
SEND_REQUEST=30
UNKNOWN_FAIL=31
UNKNOWN_MODE=32
USER_REJECTED=33
Returned from the EasyHandle.GetInfo method when libcURL.Info.PROXY_ERROR
is passed as the InfoType
parameter.
This feature was added in libcurl 7.73.0.
- CURLINFO_PROXY_ERROR in the libcurl documentation.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.