Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenAtomFoundation/SmartIDE
/ FriendlyError
Struct
FriendlyError
cli/cmd/start.go:320–322 ·
view source on GitHub ↗
友好的错误
Source
from the content-addressed store, hash-verified
318
319
// 友好的错误
320
type
FriendlyError
struct
{
321
Err error
322
}
323
324
func
(e *FriendlyError) Error() string {
325
return
e.Err.Error()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected