2 writes to Error
Microsoft.TemplateEngine.Abstractions (2)
Installer\InstallerOperationResult.cs (2)
15
Error
= error;
22
Error
= InstallerErrorCode.Success;
7 references to Error
Microsoft.TemplateEngine.Abstractions (2)
Installer\InstallerOperationResult.cs (1)
45
public bool Success =>
Error
== InstallerErrorCode.Success;
Installer\UpdateResult.cs (1)
28
: base(installResult.
Error
, installResult.ErrorMessage, installResult.TemplatePackage)
Microsoft.TemplateEngine.Cli (4)
TemplatePackageCoordinator.cs (2)
269
resultStatus = result.
Error
== InstallerErrorCode.PackageNotFound ? NewCommandStatus.NotFound : NewCommandStatus.InstallFailed;
817
switch (result.
Error
)
TemplatePackageDisplay.cs (2)
128
switch (result.
Error
)
337
switch (result.
Error
)
Microsoft.TemplateEngine.Edge (1)
Installers\NuGet\NuGetInstaller.cs (1)
377
return UpdateResult.CreateFailure(updateRequest, uninstallResult.
Error
, uninstallResult.ErrorMessage, []);