Changeset 53330 in vbox for trunk/include/VBox
- Timestamp:
- Nov 14, 2014 2:27:45 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r53213 r53330 2597 2597 /** @} */ 2598 2598 2599 /** @name Main API Status Codes 2600 * @{ 2601 */ 2602 /** The configuration constructor in main failed due to a COM error. Check 2603 * the release log of the VM for further details. */ 2604 #define VERR_MAIN_CONFIG_CONSTRUCTOR_COM_ERROR (-6400) 2605 /** The configuration constructor in main failed due to an internal consistency 2606 * error. Consult the release log of the VM for further details. */ 2607 #define VERR_MAIN_CONFIG_CONSTRUCTOR_IPE (-6401) 2608 /** @} */ 2609 2599 2610 2600 2611 /* SED-END */
Note:
See TracChangeset
for help on using the changeset viewer.