MCPcopy Index your code
hub / github.com/coder/coder / StatusError

Function StatusError

coderd/coderdtest/oidctest/idp.go:224–229  ·  view source on GitHub ↗
(code int, err error)

Source from the content-addressed store, hash-verified

222}
223
224func StatusError(code int, err error) error {
225 return statusHookError{
226 Err: err,
227 HTTPStatusCode: code,
228 }
229}
230
231// statusHookError allows a hook to change the returned http status code.
232type statusHookError struct {

Callers 1

TestRefreshTokenFunction · 0.92

Calls

no outgoing calls

Tested by 1

TestRefreshTokenFunction · 0.74