Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/golang/mobile
/ ErrorMessage
Function
ErrorMessage
bind/testdata/testpkg/testpkg.go:552–554 ·
view source on GitHub ↗
(err error)
Source
from the content-addressed store, hash-verified
550
}
551
552
func
ErrorMessage(err error) string {
553
return
err.Error()
554
}
555
556
var
GlobalErr error = errors.New(
"global err"
)
557
Callers
nothing calls this directly
Calls
1
Error
Method · 0.65
Tested by
no test coverage detected