2 references to GetDashboardApiErrorAsync
aspire (2)
Commands\TelemetryCommandHelpers.cs (2)
351
return await
GetDashboardApiErrorAsync
(ex, baseUrl, httpClientFactory, logger, cancellationToken);
421
var errorInfo = await
GetDashboardApiErrorAsync
(ex, dashboardBaseUrl, httpClientFactory, logger, cancellationToken);