VirtualBox

Changeset 29584 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
May 17, 2010 7:43:35 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
61728
Message:

Main/GuestImpl: handle VERR_PERMISSION_DENIED

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/GuestImpl.cpp

    r29552 r29584  
    981981                            rc = setError(VBOX_E_IPRT_ERROR,
    982982                                          tr("The guest reported an unknown process status (%u)"), pData->u32Status);
     983                        }
     984                        else if (vrc == VERR_PERMISSION_DENIED)
     985                        {
     986                            rc = setError(VBOX_E_IPRT_ERROR,
     987                                          tr("Invalid user/password credentials"));
    983988                        }
    984989                        else
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