<PackageReference Include="Relativity.Transfer.Client" Version="7.2.26" />

ErrorPath

public class ErrorPath
namespace Relativity.Transfer { public class ErrorPath { public string Path { get; set; } public string Reason { get; set; } public ErrorPath(string path, string reason) { Path = path; Reason = reason; } } }