Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/continuedev/continue
/ getErrorString
Function
getErrorString
extensions/cli/src/util/error.ts:1–6 ·
view source on GitHub ↗
(error: unknown)
Source
from the content-addressed store, hash-verified
1
export
function
getErrorString(error: unknown) {
2
if
(error instanceof Error) {
3
return
error.message;
4
}
5
return
String(error);
6
}
Callers
8
connectServer
Method · 0.85
shutdownConnection
Method · 0.85
processModels
Method · 0.85
processMcpServers
Method · 0.85
processAgentFileRules
Method · 0.85
processRulesAndPrompts
Method · 0.85
getAgentFile
Method · 0.85
handleBashModeProcessing
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected