Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/commandoperator/cmdop-sdk
/ PinTimeoutError
Class
PinTimeoutError
node/src/errors.ts:74–76 ·
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,
78
info.httpStatus,
79
info.retryable,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected