MCPcopy Create free account
hub / github.com/imgproxy/imgproxy / ErrorContext

Struct ErrorContext

errctx/context.go:10–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type ErrorContext struct {
11 prefix string
12 statusCode int
13 publicMsg string
14 shouldReport bool
15 docsUrl string
16
17 stack []uintptr
18}
19
20func newErrorContext(stackSkip int, opts ...Option) *ErrorContext {
21 ec := &ErrorContext{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected