VirtualBox

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


Ignore:
Timestamp:
Apr 8, 2013 9:32:00 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
84824
Message:

Runtime/http: more error codes

File:
1 edited

Legend:

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

    r45389 r45398  
    15721572/** @name HTTP status codes
    15731573 * @{ */
     1574/** HTTP initialization failed. */
     1575#define VERR_HTTP_INIT_FAILED                   (-885)
    15741576/** The server has not found anything matching the URI given. */
    1575 #define VERR_HTTP_NOT_FOUND                     (-885)
     1577#define VERR_HTTP_NOT_FOUND                     (-886)
    15761578/** The request is for something forbidden. Authorization will not help. */
    1577 #define VERR_HTTP_ACCESS_DENIED                 (-886)
     1579#define VERR_HTTP_ACCESS_DENIED                 (-887)
    15781580/** The server did not understand the request due to bad syntax. */
    1579 #define VERR_HTTP_BAD_REQUEST                   (-887)
    1580 /** Couldn't connect to the server (proxy?) */
    1581 #define VERR_HTTP_COULDNT_CONNECT               (-888)
     1581#define VERR_HTTP_BAD_REQUEST                   (-888)
     1582/** Couldn't connect to the server (proxy?). */
     1583#define VERR_HTTP_COULDNT_CONNECT               (-889)
     1584/** SSL connection error. */
     1585#define VERR_HTTP_SSL_CONNECT_ERROR             (-890)
     1586/** CAcert is missing or has the wrong format. */
     1587#define VERR_HTTP_CACERT_WRONG_FORMAT           (-891)
     1588/** Certificate cannot be authenticated with the given CA certificates. */
     1589#define VERR_HTTP_CACERT_CANNOT_AUTHENTICATE    (-892)
    15821590/** @} */
    15831591
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