VirtualBox

Changeset 104308 in vbox for trunk/include/iprt/err.h


Ignore:
Timestamp:
Apr 12, 2024 10:04:21 AM (10 months ago)
Author:
vboxsync
Message:

IPRT/http-curl: Also handle the 501 HTTP status code. Required for testing unsupported stuff in the testcases. bugref:9437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/err.h

    r100772 r104308  
    12041204/** Unexpected cURL error configure the proxy. */
    12051205#define VERR_HTTP_CURL_PROXY_CONFIG             (-897)
     1206/** The server does not support the requested function. */
     1207#define VERR_HTTP_NOT_SUPPORTED                 (-898)
    12061208/** Generic CURL error. */
    12071209#define VERR_HTTP_CURL_ERROR                    (-899)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette