RunErrors Enumeration
Replay errors values.
Syntax
'Declaration
 
Public Enum RunErrors 
   Inherits System.Enum
public enum RunErrors : System.Enum 
Members
MemberDescription
E_DESCRIPTIONCould not create a description for a test object.
E_ILLEGALOPERATIONThe operation can not be performed.
E_ITEMNOTFOUNDItem in list or menu not found.
E_ITEMNOTUNIQUEItem in list or menu is not unique.
E_OBJDISABLEDThe runtime object is disabled.
E_OBJNOTFOUNDThe runtime object does not exist.
E_OBJNOTVISIBLEThe test object is not visible on the screen.
E_OUTOFRANGEFunction argument out of range.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Mercury.QTP.CustomServer.RunErrors