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."); 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."); 320await NotifyClientError(Clients.Caller, "The circuit state could not be retrieved. It may have been deleted or expired."); 332await NotifyClientError(Clients.Caller, "The root components or application state provided are invalid."); 340await NotifyClientError( 390await NotifyClientError(Clients.Caller, "The circuit failed to initialize."); 565await NotifyClientError(Clients.Caller, "Circuit has been shut down due to error."); 574await NotifyClientError(Clients.Caller, "Circuit not initialized.");