←Select platform

Errors Property

Summary

An IList of errors that occurred during the compare process.

Syntax
C#
C++/CLI
Python
[DataMemberAttribute(Name="errors")] 
public IList<string> Errors {get; set;} 
public:  
   [DataMemberAttribute(Name=L"errors")] 
   property IList<String^>^ Errors 
   { 
      IList<String^>^ get() 
      void set(IList<String^>^ value) 
   } 
Errors # get and set (CompareJobData) 

Property Value

An IList<string> containing error data. The default value is null.

Remarks

This property will only be populated if CompareJobData.JobState is set to CompareStatus.Failed.

Requirements

Target Platforms

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

Leadtools.Document.Compare Assembly

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