5 references to Error
NuGet.CommandLine.XPlat (5)
Commands\ConfigCommands\ConfigRunners.cs (1)
87return ExitCodes.Error;
Commands\PackageSearch\PackageSearchRunner.cs (3)
57return ExitCodes.Error; 66return ExitCodes.Error; 74return ExitCodes.Error;
Commands\Why\WhyCommandRunner.cs (1)
97return Task.FromResult(anyErrors ? ExitCodes.Error : ExitCodes.Success);