org.virtualbox_7_0
Class IUpdateAgentErrorEvent
java.lang.Object
org.virtualbox_7_0.IUnknown
org.virtualbox_7_0.IEvent
org.virtualbox_7_0.IUpdateAgentEvent
org.virtualbox_7_0.IUpdateAgentErrorEvent
public class IUpdateAgentErrorEvent
- extends IUpdateAgentEvent
Notification when an update agent error occurred.
Interface ID: {2A88033D-82DB-4AC2-97B5-E786C839420E}
Constructor Summary |
IUpdateAgentErrorEvent(java.lang.String wrapped,
org.virtualbox_7_0.ObjectRefManager objMgr,
org.virtualbox_7_0.jaxws.VboxPortType port)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IUpdateAgentErrorEvent
public IUpdateAgentErrorEvent(java.lang.String wrapped,
org.virtualbox_7_0.ObjectRefManager objMgr,
org.virtualbox_7_0.jaxws.VboxPortType port)
getMsg
public java.lang.String getMsg()
- Error message in human readable format.
- Returns:
- String
getRcError
public java.lang.Integer getRcError()
- IPRT-style error code.
- Returns:
- Integer
queryInterface
public static IUpdateAgentErrorEvent queryInterface(IUnknown obj)