Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ errorWithStackTrace
Function
errorWithStackTrace
cli/exp_errors.go:129–131 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
127
}
128
129
func
errorWithStackTrace() error {
130
return
xerrors.Errorf(
"function decided not to work, and it never will"
)
131
}
Callers
1
errorExample
Method · 0.85
Calls
1
Errorf
Method · 0.45
Tested by
no test coverage detected