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

Struct responseError

coderd/httpapi/httperror/responserror.go:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46type responseError struct {
47 status int
48 response codersdk.Response
49}
50
51var (
52 _ error = (*responseError)(nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected