isError Property

Summary

Indicates where a generic JavaScript instead of LEADTOOLS error occurred.

Syntax
TypeScript
JavaScript
Object.defineProperty(ServiceError.prototype, 'isError', 
   get: function() 
) 
readonly isError: boolean; 

Property Value

true if a generic JavaScript instead of LEADTOOLS error occurred; otherwise, false. The default value is false.

Remarks

When the value of isError is false, then the error occurred in the LEADTOOLS framework, in most cases while calling the document service.

When the value of isError is true, then the error occurred in JavaScript itself prior to or after calling the document service.

Requirements

Target Platforms

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

Leadtools.Document Assembly

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