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

Method Unwrap

server/errors.go:89–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87}
88
89func (e RequestTimeoutError) Unwrap() error {
90 return context.DeadlineExceeded
91}
92
93func newInvalidSecretError() errctx.Error {
94 return InvalidSecretError{errctx.NewTextError(

Callers 1

unwrapErrorChainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected