MCPcopy 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
90func (e *UnauthorizedError) SetInternal(err error) {
91 e.internal = err
92}
93
94func (e *UnauthorizedError) Input() map[string]interface{} {
95 return map[string]interface{}{

Callers 1

logNotAuthorizedErrorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected