1 instantiation of Error
dotnet (1)
Commands\Run\Api\RunApiCommand.cs (1)
37Respond(new RunApiOutput.Error { Message = ex.Message, Details = ex.ToString() });
2 references to Error
dotnet (2)
Commands\Run\Api\RunApiCommand.cs (2)
128[JsonDerivedType(typeof(Error), nameof(Error))]