VirtualBox

Ignore:
Timestamp:
Jun 3, 2020 8:11:04 AM (5 years ago)
Author:
vboxsync
Message:

Guest Control/Main: Big guest error information revamp, to show more information about the actual context in which an error occurred. bugref:9320

File:
1 edited

Legend:

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

    r82968 r84648  
    7777    /** @name Static internal methods.
    7878     * @{ */
    79     static Utf8Str i_guestErrorToString(int guestRc);
     79    static Utf8Str i_guestErrorToString(int rcGuest, const char *pcszWhat);
    8080    static bool i_isGuestError(int guestRc);
    81     static HRESULT i_setErrorExternal(VirtualBoxBase *pInterface, int guestRc);
    8281    static ProcessWaitResult_T i_waitFlagsToResultEx(uint32_t fWaitFlags, ProcessStatus_T oldStatus, ProcessStatus_T newStatus, uint32_t uProcFlags, uint32_t uProtocol);
    8382#if 0 /* unused */
     
    271270    /** @}  */
    272271
     272    /** Wrapped @name Static guest error conversion methods.
     273     * @{ */
     274    static Utf8Str guestErrorToString(const char *pszTool, const GuestErrorInfo& guestErrorInfo);
     275    /** @}  */
     276
    273277protected:
    274278
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