ErrorType Enumeration

Summary

The type of errors that are thrown from the LEADVIEW library.

Syntax
TypeScript
JavaScript
lt.LEADVIEW.ErrorType = { 
	initialization: 0, 
	failedToCreate: 1 
} 
lt.LEADVIEW.ErrorType = { 
	initialization: 0, 
	failedToCreate: 1 
} 

Members

ValueMemberDescription
0InitializationThere 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.
1FailedToCreateThere was a problem injecting LEADVIEW into the DOM. This is caused by providing an ID that does not exist.

Requirements

Target Platforms

See Also

Reference

Leadtools.LEADVIEW Namespace

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.LEADVIEW Assembly