Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/computer
/ errorMessage
Function
errorMessage
packages/computer/src/git/network.ts:507–510 ·
view source on GitHub ↗
(cause: unknown)
Source
from the content-addressed store, hash-verified
505
}
506
507
function
errorMessage(cause: unknown): string {
508
if
(cause instanceof Error)
return
cause.message;
509
return
String(cause);
510
}
Callers
7
fetchWith
Function · 0.70
pushWith
Function · 0.70
pullWith
Function · 0.70
mergeWith
Function · 0.70
remoteAddWith
Function · 0.70
remoteRemoveWith
Function · 0.70
remoteListWith
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected