MCPcopy Index your code
hub / github.com/go-errors/errors / ExampleError_Error

Function ExampleError_Error

error_test.go:255–257  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

253}
254
255func ExampleError_Error(err error) {
256 fmt.Println(err.Error())
257}
258
259func ExampleError_ErrorStack(err error) {
260 fmt.Println(err.(*Error).ErrorStack())

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…