13 references to NotifyClientError
Microsoft.AspNetCore.Components.Server (13)
ComponentHub.cs (13)
114await NotifyClientError(Clients.Caller, $"The circuit host '{circuitHost.CircuitId}' has already been initialized."); 130await NotifyClientError(Clients.Caller, "The uris provided are invalid."); 138await NotifyClientError(Clients.Caller, "The list of component records is not valid."); 182await NotifyClientError(Clients.Caller, "The circuit failed to initialize. See the server logs for more information."); 210await NotifyClientError(Clients.Caller, "The persisted circuit state is invalid."); 226await NotifyClientError(Clients.Caller, "The list of component operations is not valid."); 321await NotifyClientError(Clients.Caller, $"The circuit host '{circuitHost.CircuitId}' has already been initialized."); 337await NotifyClientError(Clients.Caller, "The uris provided are invalid."); 362await NotifyClientError(Clients.Caller, "The root components or application state provided are invalid."); 370await NotifyClientError( 438await NotifyClientError(Clients.Caller, "The circuit failed to initialize. See the server logs for more information."); 613await NotifyClientError(Clients.Caller, "Circuit has been shut down due to error."); 622await NotifyClientError(Clients.Caller, "Circuit not initialized.");