VirtualBox

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


Ignore:
Timestamp:
Dec 1, 2008 3:05:47 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
40197
Message:

#3285: Improve error handling API to include unique error numbers
Document

  • IVirtualBox::openHardDisk2
File:
1 edited

Legend:

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

    r14858 r14866  
    16861686        See <link to="IMedium::location"/>, IHardDisk2 and
    16871687        <link to="ISystemProperties::defaultHardDiskFolder"/> for more details.
     1688
     1689
     1690        <result name="VBOX_E_FILE_ERROR">
     1691          Invalid hard disk storage file location.
     1692        </result>
     1693        <result name="VBOX_E_IPRT_ERROR">
     1694          Could not get hard disk storage format.
     1695        </result>
     1696        <result name="E_INVALIDARG">
     1697          Invalid hard disk storage format.
     1698        </result>
     1699
    16881700      </desc>
    16891701      <param name="location" type="wstring" dir="in">
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