IKeymanErrors Interface
interface IKeymanErrors : IKeymanCollection : IKeymanObject : IDispatch
A collection of any errors that Keyman Engine has generated. During some processes, multiple errors may be generated. This collection should be checked if an exception is received, as it will generally contain further information about the error. The RebootRequired property should also be checked after running any of the installation or uninstallation processes in Keyman Engine.
Interface Methods
Name | Type | Declaration |
---|---|---|
Clear | Method | Sub Clear |
SetReboot | Method | Sub SetReboot |
Interface Properties
Name | Type | Declaration |
---|---|---|
Items | Property Get | Property Get Items(Index As Long) As IKeymanError |
RebootRequired | Property Get | Property Get RebootRequired As Boolean |