13 references to NotifyClientError
Microsoft.AspNetCore.Components.Server (13)
ComponentHub.cs (13)
95await NotifyClientError(Clients.Caller, $"The circuit host '{circuitHost.CircuitId}' has already been initialized.");
111await NotifyClientError(Clients.Caller, "The uris provided are invalid.");
119await NotifyClientError(Clients.Caller, "The list of component records is not valid.");
163await NotifyClientError(Clients.Caller, "The circuit failed to initialize.");
191await NotifyClientError(Clients.Caller, "The persisted circuit state is invalid.");
207await NotifyClientError(Clients.Caller, "The list of component operations is not valid.");
302await NotifyClientError(Clients.Caller, $"The circuit host '{circuitHost.CircuitId}' has already been initialized.");
318await NotifyClientError(Clients.Caller, "The uris provided are invalid.");
343await NotifyClientError(Clients.Caller, "The root components or application state provided are invalid.");
351await NotifyClientError(
419await NotifyClientError(Clients.Caller, "The circuit failed to initialize.");
594await NotifyClientError(Clients.Caller, "Circuit has been shut down due to error.");
603await NotifyClientError(Clients.Caller, "Circuit not initialized.");