Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/encodeous/nylon
/ ErrorCode
Method
ErrorCode
polyamide/device/uapi.go:41–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
}
40
41
func
(s IPCError) ErrorCode() int64 {
42
return
s.code
43
}
44
45
func
ipcErrorf(code int64, msg string, args ...any) *IPCError {
46
return
&IPCError{code: code, err: fmt.Errorf(msg, args...)}
Callers
1
IpcHandle
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected