Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ SetInternal
Method
SetInternal
coderd/rbac/error.go:90–92 ·
view source on GitHub ↗
(err error)
Source
from the content-addressed store, hash-verified
88
}
89
90
func
(e *UnauthorizedError) SetInternal(err error) {
91
e.internal = err
92
}
93
94
func
(e *UnauthorizedError) Input()
map
[string]
interface
{} {
95
return
map
[string]
interface
{}{
Callers
1
logNotAuthorizedError
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected