errorMessages Property

Summary

Any error messages occurred during the conversion.

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

Property Value

Any error messages occurred during the conversion. The default value is null.

Remarks

This value will be set by the runner when the job finishes and in case of errors, errorMessages will contain helpful hints and messages for the one or more error that might have occurred.

Example

For an example, refer to StatusJobDataRunner.

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.