PublishJobErrorInfoResponse public class PublishJobErrorInfoResponse Documentation public List<int> ErrorArtifactIds { get; set; } public long ErroredFileCount { get; set; } public long ErroredJobCount { get; set; } public long GroupIdsCheckedCount { get; set; } public List<long> GroupIdsWithJobErrors { get; set; } public PublishJobErrorInfoResponse()