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

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 } }