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