VirtualBox

Changeset 53330 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Nov 14, 2014 2:27:45 PM (10 years ago)
Author:
vboxsync
Message:

ConsoleImpl2.cpp: Replaced VERR_GENERAL_FAILURE with more specific status codes and associated Assert* with AssertLogRel*.

File:
1 edited

Legend:

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

    r53213 r53330  
    25972597/** @} */
    25982598
     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
    25992610
    26002611/* SED-END */
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