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

Method writeClientNotFound

coderd/httpmw/oauth2.go:260–260  ·  view source on GitHub ↗
(ctx context.Context, rw http.ResponseWriter)

Source from the content-addressed store, hash-verified

258 writeMissingClientID(ctx context.Context, rw http.ResponseWriter)
259 writeInvalidClientID(ctx context.Context, rw http.ResponseWriter, err error)
260 writeClientNotFound(ctx context.Context, rw http.ResponseWriter)
261}
262
263// codersdkErrorWriter writes standard codersdk errors for general API endpoints

Callers 1

Implementers 2

codersdkErrorWritercoderd/httpmw/oauth2.go
oauth2ErrorWritercoderd/httpmw/oauth2.go

Calls

no outgoing calls

Tested by

no test coverage detected