MCPcopy 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
552func ErrorMessage(err error) string {
553 return err.Error()
554}
555
556var GlobalErr error = errors.New("global err")
557

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.65

Tested by

no test coverage detected