Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/commandoperator/cmdop-sdk
/
Class
node/src/errors.ts:74–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
}
74
const
ErrorType = TYPES[code] ?? CmdopError;
75
return
new
ErrorType(
76
info.message || code.replaceAll(
"_"
,
" "
),
77
code,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected