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 22.0.2023.1.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.LEADVIEW Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.