12 references to NotifyClientError
Microsoft.AspNetCore.Components.Server (12)
ComponentHub.cs (12)
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.");
197await NotifyClientError(Clients.Caller, "The list of component operations is not valid.");
292await NotifyClientError(Clients.Caller, $"The circuit host '{circuitHost.CircuitId}' has already been initialized.");
308await NotifyClientError(Clients.Caller, "The uris provided are invalid.");
333await NotifyClientError(Clients.Caller, "The root components or application state provided are invalid.");
341await NotifyClientError(
391await NotifyClientError(Clients.Caller, "The circuit failed to initialize.");
566await NotifyClientError(Clients.Caller, "Circuit has been shut down due to error.");
575await NotifyClientError(Clients.Caller, "Circuit not initialized.");