Changeset 104308 in vbox for trunk/include/iprt/err.h
- Timestamp:
- Apr 12, 2024 10:04:21 AM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/err.h
r100772 r104308 1204 1204 /** Unexpected cURL error configure the proxy. */ 1205 1205 #define VERR_HTTP_CURL_PROXY_CONFIG (-897) 1206 /** The server does not support the requested function. */ 1207 #define VERR_HTTP_NOT_SUPPORTED (-898) 1206 1208 /** Generic CURL error. */ 1207 1209 #define VERR_HTTP_CURL_ERROR (-899)
Note:
See TracChangeset
for help on using the changeset viewer.