Changeset 43645 in vbox for trunk/include
- Timestamp:
- Oct 15, 2012 2:10:03 PM (12 years ago)
- Location:
- trunk/include/iprt
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/err.h
r43416 r43645 1564 1564 /** @} */ 1565 1565 1566 /** @name HTTP status codes 1567 * @{ */ 1568 /** The server has not found anything matching the URI given. */ 1569 #define VERR_HTTP_NOT_FOUND (-885) 1570 /** The request is for something forbidden. Authorization will not help. */ 1571 #define VERR_HTTP_ACCESS_DENIED (-886) 1572 /** The server did not understand the request due to bad syntax. */ 1573 #define VERR_HTTP_BAD_REQUEST (-887) 1574 1575 1566 1576 /** @name RTManifest status codes 1567 1577 * @{ */
Note:
See TracChangeset
for help on using the changeset viewer.