VirtualBox

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


Ignore:
Timestamp:
Feb 28, 2023 4:34:10 PM (23 months ago)
Author:
vboxsync
Message:

Guest Control: Made temporary directory / file creation using dedicated commands also pass the test driver. bugref:9783

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestCtrlPrivate.cpp

    r98725 r98789  
    7777            break;
    7878
     79        case VERR_INVALID_PARAMETER:
     80            strErr.printf(tr("Invalid parameter specified"));
     81            break;
     82
    7983        case VERR_INVALID_VM_HANDLE:
    8084            strErr.printf(tr("VMM device is not available (is the VM running?)"));
     
    111115        case VERR_NOT_FOUND:
    112116            strErr.printf(tr("The guest execution service is not ready (yet)"));
     117            break;
     118
     119        case VERR_NOT_SUPPORTED:
     120            strErr.printf(tr("Specified mode or flag is not supported on the guest"));
    113121            break;
    114122
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