<PackageReference Include="Relativity.Server.Transfer.SDK" Version="7.7.0" />

FileShareOperationErrorCode

namespace Relativity.Transfer.Dto { public enum FileShareOperationErrorCode { Unknown, NoSourcePaths, PathDoesNotExist, NotEnoughSpaceOnDisk, InvalidPath, PathIsNotDirectory, InvalidName, PathAlreadyExists, AccessDenied, PathNotFound, InvalidPageNumber, InvalidPageSizeNumber, DirectoryNotEmpty, QueryItemsLimitExceeded, HostDisabled, HostBreakDown, OperationNotFound, NameDuplicated, DirectoryMissingDuringProcessing, FailedToProcessItem } }