Changeset 235 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Jan 23, 2007 1:10:43 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 17761
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r132 r235 2435 2435 <li><i>fatal</i></li> 2436 2436 <li><i>non-fatal with retry</i></li> 2437 <li><i>non-fatal w ithout retry</i></li>2437 <li><i>non-fatal warnings</i></li> 2438 2438 </ul> 2439 2439 … … 2446 2446 Resuming the execution can lead to unpredictable results. 2447 2447 2448 <b>Non-fatal</b> errors a re indicated by the2448 <b>Non-fatal</b> errors and warnings are indicated by the 2449 2449 @a fatal parameter set to <tt>false</tt>. If the virtual machine 2450 2450 is in the Paused state by the time the error notification is 2451 received, it means that the user can retrythe machine2451 received, it means that the user can <i>try to resume</i> the machine 2452 2452 execution after attempting to solve the probem that caused the 2453 2453 error. In this case, the notification handler is supposed … … 2458 2458 the machine execution using the <link to="IConsole::resume()"/> 2459 2459 call. If the machine execution is not Paused during this 2460 notification, then it means this notification is a warning (for2461 example, about a fatal condition that can happen very soon); no2462 anyimmediate action is required from the user, the machine2460 notification, then it means this notification is a <i>warning</i> 2461 (for example, about a fatal condition that can happen very soon); 2462 no immediate action is required from the user, the machine 2463 2463 continues its normal execution. 2464 2464 … … 2471 2471 Currently, the following error identificators are known: 2472 2472 <ul> 2473 <li> "HostMemoryLow"</li>2474 <li> "HostAudioNotResponding"</li>2475 <li> "VDIStorageFull"</li>2473 <li><tt>"HostMemoryLow"</tt></li> 2474 <li><tt>"HostAudioNotResponding"</tt></li> 2475 <li><tt>"VDIStorageFull"</tt></li> 2476 2476 </ul> 2477 2477
Note:
See TracChangeset
for help on using the changeset viewer.