--- title: IKeymanError Interface --- ## Introduction The `IKeymanError` interface provides information about an error that Keyman Engine encountered. ## Interface Hierarchy `IDispatch` > [`IKeymanObject`](../IKeymanObject) > > > **`IKeymanError`** ## Properties [`ErrorCode`](ErrorCode) read only : Returns an integer code for the error. [`Description`](Description) read only : Returns a human-readable description of the error. [`Severity`](Severity) read only : Returns a `KeymanErrorSeverity` value for the error.