Changeset 98789 in vbox for trunk/src/VBox/Main
- Timestamp:
- Feb 28, 2023 4:34:10 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestCtrlPrivate.cpp
r98725 r98789 77 77 break; 78 78 79 case VERR_INVALID_PARAMETER: 80 strErr.printf(tr("Invalid parameter specified")); 81 break; 82 79 83 case VERR_INVALID_VM_HANDLE: 80 84 strErr.printf(tr("VMM device is not available (is the VM running?)")); … … 111 115 case VERR_NOT_FOUND: 112 116 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")); 113 121 break; 114 122
Note:
See TracChangeset
for help on using the changeset viewer.