VirtualBox

Changeset 235 in vbox for trunk/src/VBox/Main/idl


Ignore:
Timestamp:
Jan 23, 2007 1:10:43 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
17761
Message:

Main: Implemented runtime error notifications in IConsole (VMSetRuntimeError and friends).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r132 r235  
    24352435                    <li><i>fatal</i></li>
    24362436                    <li><i>non-fatal with retry</i></li>
    2437                     <li><i>non-fatal without retry</i></li>
     2437                    <li><i>non-fatal warnings</i></li>
    24382438                </ul>
    24392439               
     
    24462446                Resuming the execution can lead to unpredictable results.
    24472447               
    2448                 <b>Non-fatal</b> errors are indicated by the
     2448                <b>Non-fatal</b> errors and warnings are indicated by the
    24492449                @a fatal parameter set to <tt>false</tt>. If the virtual machine
    24502450                is in the Paused state by the time the error notification is
    2451                 received, it means that the user can retry the machine
     2451                received, it means that the user can <i>try to resume</i> the machine
    24522452                execution after attempting to solve the probem that caused the
    24532453                error. In this case, the notification handler is supposed
     
    24582458                the machine execution using the <link to="IConsole::resume()"/>
    24592459                call. If the machine execution is not Paused during this
    2460                 notification, then it means this notification is a warning (for
    2461                 example, about a fatal condition that can happen very soon); no
    2462                 any immediate action is required from the user, the machine
     2460                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
    24632463                continues its normal execution.
    24642464
     
    24712471                Currently, the following error identificators are known:
    24722472                <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>
    24762476                </ul>
    24772477
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