7 references to NotifyClientError
Microsoft.AspNetCore.Components.Server (7)
ComponentHub.cs (7)
94
await
NotifyClientError
(Clients.Caller, $"The circuit host '{circuitHost.CircuitId}' has already been initialized.");
110
await
NotifyClientError
(Clients.Caller, "The uris provided are invalid.");
118
await
NotifyClientError
(Clients.Caller, "The list of component records is not valid.");
161
await
NotifyClientError
(Clients.Caller, "The circuit failed to initialize.");
181
await
NotifyClientError
(Clients.Caller, "The list of component operations is not valid.");
356
await
NotifyClientError
(Clients.Caller, "Circuit has been shut down due to error.");
365
await
NotifyClientError
(Clients.Caller, "Circuit not initialized.");