Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Lakr233/AssppWeb
/ getErrorMessage
Function
getErrorMessage
frontend/src/utils/error.ts:1–3 ·
view source on GitHub ↗
(e: unknown, fallback: string)
Source
from the content-addressed store, hash-verified
1
export
function
getErrorMessage(e: unknown, fallback: string): string {
2
return
e instanceof Error ? e.message : fallback;
3
}
Callers
7
handleLookup
Function · 0.90
handleLoadVersions
Function · 0.90
handleLoadVersions
Function · 0.90
handleReauth
Function · 0.90
handleSubmit
Function · 0.90
toastDownloadError
Function · 0.90
toastLicenseError
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected