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