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