Changeset 24618 in vbox for trunk/include
- Timestamp:
- Nov 12, 2009 5:52:33 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r24282 r24618 1450 1450 */ 1451 1451 /** Switch back to host */ 1452 #define VINF_PARAV_SWITCH_TO_HOST 1452 #define VINF_PARAV_SWITCH_TO_HOST 4400 1453 1453 1454 1454 /** @} */ … … 1458 1458 */ 1459 1459 /** command processing is pending, a completion handler will be called */ 1460 #define VINF_VHWA_CMD_PENDING 4500 1461 1460 #define VINF_VHWA_CMD_PENDING 4500 1461 1462 /** @} */ 1463 1464 1465 /** @name VBox Webservice Status Codes 1466 * @{ 1467 */ 1468 /** Object not found. */ 1469 #define VERR_COM_OBJECT_NOT_FOUND (-4601) 1470 /** Invalid machine state. */ 1471 #define VERR_COM_INVALID_VM_STATE (-4602) 1472 /** VM error. */ 1473 #define VERR_COM_VM_ERROR (-4603) 1474 /** File error. */ 1475 #define VERR_COM_FILE_ERROR (-4604) 1476 /** IPRT error. */ 1477 #define VERR_COM_IPRT_ERROR (-4605) 1478 /** PDM error. */ 1479 #define VERR_COM_PDM_ERROR (-4606) 1480 /** Invalid object state. */ 1481 #define VERR_COM_INVALID_OBJECT_STATE (-4607) 1482 /** Host error. */ 1483 #define VERR_COM_HOST_ERROR (-4608) 1484 /** Not supported. */ 1485 #define VERR_COM_NOT_SUPPORTED (-4609) 1486 /** XML error. */ 1487 #define VERR_COM_XML_ERROR (-4610) 1488 /** Invalid session state. */ 1489 #define VERR_COM_INVALID_SESSION_STATE (-4611) 1490 /** Invalid session state. */ 1491 #define VERR_COM_OBJECT_IN_USE (-4612) 1462 1492 /** @} */ 1463 1493
Note:
See TracChangeset
for help on using the changeset viewer.