MCPcopy 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
41func (s IPCError) ErrorCode() int64 {
42 return s.code
43}
44
45func ipcErrorf(code int64, msg string, args ...any) *IPCError {
46 return &IPCError{code: code, err: fmt.Errorf(msg, args...)}

Callers 1

IpcHandleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected