Package step.repository.alm.otaclient
Interface IErrorInfo
-
- All Superinterfaces:
com4j.Com4jObject
- All Known Subinterfaces:
ITDErrorInfo
public interface IErrorInfo extends com4j.Com4jObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescription()
com4j.GUID
getGUID()
int
getHelpContext()
String
getHelpFile()
String
getSource()
-
-
-
Method Detail
-
getGUID
com4j.GUID getGUID()
- Returns:
- Returns a value of type GUID
-
getSource
String getSource()
- Returns:
- Returns a value of type java.lang.String
-
getDescription
String getDescription()
- Returns:
- Returns a value of type java.lang.String
-
getHelpFile
String getHelpFile()
- Returns:
- Returns a value of type java.lang.String
-
getHelpContext
int getHelpContext()
- Returns:
- Returns a value of type int
-
-