VirtualBox

Changeset 55582 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
May 1, 2015 6:26:59 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
99955
Message:

VirtualBoxBase.cpp: Added setErrorVrc(vrc) and setErrorBoth(hrc,vrc...) and passed the vrc on via IVirtualBoxErrorInfo::resultDetail. This is for better understand user problems, not necessarily for dragging include/*/err.h into the Main API definition. Fact is though, that several areas in main have poor error reporting, in some places it's almost unavoidable. (Btw. include/*/err.h is solidly stable within release due to extension packs, so there is no stability issues here.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/VirtualBoxBase.h

    r55401 r55582  
    758758                                    Utf8Str aText,
    759759                                    bool aWarning,
    760                                     bool aLogIt);
     760                                    bool aLogIt,
     761                                    LONG aResultDetail = 0);
    761762    static void clearError(void);
    762763
     
    764765    HRESULT setError(HRESULT aResultCode, const char *pcsz, ...);
    765766    HRESULT setError(const ErrorInfo &ei);
     767    HRESULT setErrorVrc(int vrc);
     768    HRESULT setErrorVrc(int vrc, const char *pcszMsgFmt, ...);
     769    HRESULT setErrorBoth(HRESULT hrc, int vrc);
     770    HRESULT setErrorBoth(HRESULT hrc, int vrc, const char *pcszMsgFmt, ...);
    766771    HRESULT setWarning(HRESULT aResultCode, const char *pcsz, ...);
    767772    HRESULT setErrorNoLog(HRESULT aResultCode, const char *pcsz, ...);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette