The type of errors that are thrown from the LEADVIEW library.
Value | Member | Description |
---|---|---|
0 | Initialization | There was a problem retrieving pre-requisite information needed by LEADVIEW. Usually this error is not fatal and is thrown to indicate that LEADVIEW has fallen back to some default parameter — such as using the default ILogger if a malformed ILogger object is provided. |
1 | FailedToCreate | There was a problem injecting LEADVIEW into the DOM. This is caused by providing an ID that does not exist. |