IKeymanError Interface
interface IKeymanError : IKeymanObject : IDispatch
Returns information about a specific error received by or generated by Keyman Engine. An error is made up of a string, plus a set of parameters that are the information specific to the error. The parameters can be used to build a useful error message in your environment or translated to another language.
Interface Properties
Name | Type | Declaration |
---|---|---|
Description | Property Get | Property Get Description As String |
ErrorCode | Property Get | Property Get ErrorCode As Long |
Parameter | Property Get | Property Get Parameter(Index As Long) As String |
ParameterCount | Property Get | Property Get ParameterCount As Long |
ParameterValue | Property Get | Property Get ParameterValue(Index As Long) As String |
Severity | Property Get | Property Get Severity As KeymanErrorSeverity |