Changeset 45805 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Apr 29, 2013 12:30:50 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 85374
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r45680 r45805 1261 1261 <interface 1262 1262 name="IVirtualBoxErrorInfo" extends="$errorinfo" 1263 uuid=" f91e6e91-49e1-4fd2-b21e-269003350d06"1263 uuid="c1bcc6d5-7966-481d-ab0b-d0ed73e28135" 1264 1264 supportsErrorInfo="no" 1265 1265 wsmap="managed" … … 1308 1308 In XPCOM, it is the same as nsIException::result. 1309 1309 </note> 1310 </desc> 1311 </attribute> 1312 1313 <attribute name="resultDetail" type="long" readonly="yes"> 1314 <desc> 1315 Optional result data of this error. This will vary depending on the 1316 actual error usage. By default this attribute is not being used. 1310 1317 </desc> 1311 1318 </attribute> … … 9724 9731 9725 9732 <interface 9726 name="IGuestErrorInfo" extends="$unknown"9727 uuid="ab576a37-dcfc-4d80-9a73-493d15e293c4"9728 wsmap="managed"9729 >9730 <desc>9731 The IGuestErrorInfo interface represents extended error information which9732 happened while performing an operation on the guest.9733 </desc>9734 9735 <attribute name="result" type="long" readonly="yes">9736 <desc>Runtime (IPRT) error code. See include/iprt/err.h and include/VBox/err.h9737 for details.</desc>9738 </attribute>9739 9740 <attribute name="text" type="wstring" readonly="yes">9741 <desc>Text description of the error.</desc>9742 </attribute>9743 9744 </interface>9745 9746 <interface9747 9733 name="IGuestSession" extends="$unknown" 9748 9734 uuid="c8e8607b-5e67-4073-8f14-146515d0c1ff" … … 19977 19963 </desc> 19978 19964 </attribute> 19979 <attribute name="error" type="IGuestErrorInfo" readonly="yes"> 19980 <desc> 19981 Extended guest error information in case of new session 19982 status is indicating an error. 19965 <attribute name="error" type="IVirtualBoxErrorInfo" readonly="yes"> 19966 <desc> 19967 Error information in case of new session status is indicating an error. 19968 19969 The attribute <link to="IVirtualBoxErrorInfo::resultDetail"/> will contain 19970 the runtime (IPRT) error code from the guest. See include/iprt/err.h and 19971 include/VBox/err.h for details. 19983 19972 </desc> 19984 19973 </attribute> … … 20056 20045 </desc> 20057 20046 </attribute> 20058 <attribute name="error" type="IGuestErrorInfo" readonly="yes"> 20059 <desc> 20060 Extended guest error information in case of new process 20061 status is indicating an error. 20047 <attribute name="error" type="IVirtualBoxErrorInfo" readonly="yes"> 20048 <desc> 20049 Error information in case of new session status is indicating an error. 20050 20051 The attribute <link to="IVirtualBoxErrorInfo::resultDetail"/> will contain 20052 the runtime (IPRT) error code from the guest. See include/iprt/err.h and 20053 include/VBox/err.h for details. 20062 20054 </desc> 20063 20055 </attribute> … … 20171 20163 </desc> 20172 20164 </attribute> 20173 <attribute name="error" type="IGuestErrorInfo" readonly="yes"> 20174 <desc> 20175 Extended guest error information in case of new file 20176 status is indicating an error. 20165 <attribute name="error" type="IVirtualBoxErrorInfo" readonly="yes"> 20166 <desc> 20167 Error information in case of new session status is indicating an error. 20168 20169 The attribute <link to="IVirtualBoxErrorInfo::resultDetail"/> will contain 20170 the runtime (IPRT) error code from the guest. See include/iprt/err.h and 20171 include/VBox/err.h for details. 20177 20172 </desc> 20178 20173 </attribute>
Note:
See TracChangeset
for help on using the changeset viewer.