7 references to NotifyClientError
Microsoft.AspNetCore.Components.Server (7)
ComponentHub.cs (7)
91
await
NotifyClientError
(Clients.Caller, $"The circuit host '{circuitHost.CircuitId}' has already been initialized.");
107
await
NotifyClientError
(Clients.Caller, "The uris provided are invalid.");
115
await
NotifyClientError
(Clients.Caller, "The list of component records is not valid.");
158
await
NotifyClientError
(Clients.Caller, "The circuit failed to initialize.");
178
await
NotifyClientError
(Clients.Caller, "The list of component operations is not valid.");
353
await
NotifyClientError
(Clients.Caller, "Circuit has been shut down due to error.");
362
await
NotifyClientError
(Clients.Caller, "Circuit not initialized.");