errors Property

Summary

An array of errors that occurred during the compare process.

Syntax
TypeScript
JavaScript
Object.defineProperty(CompareJobData.prototype, 'errors', 
   get: function() 
) 
readonly errors: string[]; 

Property Value

An array of strings containing error data. The default value is null.

Remarks

This property will only be populated if CompareJobData.jobStatus is set to CompareStatus.failed

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

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