Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentforce314/clawcodex
/ rpcErrorMessage
Function
rpcErrorMessage
ui-tui/src/lib/rpc.ts:48–49 ·
view source on GitHub ↗
(err: unknown)
Source
from the content-addressed store, hash-verified
46
}
47
48
export
const
rpcErrorMessage = (err: unknown) =>
49
err instanceof Error && err.message ? err.message : typeof err ===
'string'
&& err.trim() ? err :
'request failed'
Callers
14
load
Function · 0.85
toggle
Function · 0.85
ModelPicker
Function · 0.85
ActiveSessionSwitcher
Function · 0.85
SkillsHub
Function · 0.85
inspect
Function · 0.85
install
Function · 0.85
PetPicker
Function · 0.85
adopt
Function · 0.85
useMainApp
Function · 0.85
scheduleStartupPrompt
Function · 0.85
handleReady
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected