An IList of errors that occurred during the compare process.
[DataMemberAttribute(Name="errors")]public IList<string> Errors {get; set;}
An IList<string> containing error data.  The default value is null.
This property will only be populated if CompareJobData.JobState is set to CompareStatus.Failed.