Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenAtomFoundation/SmartIDE
/ FriendlyError
Struct
FriendlyError
cli/cmd/common/remote.go:129–131 ·
view source on GitHub ↗
友好的错误
Source
from the content-addressed store, hash-verified
127
128
// 友好的错误
129
type
FriendlyError
struct
{
130
Err error
131
}
132
133
func
(e *FriendlyError) Error() string {
134
return
e.Err.Error()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected