Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
89
func
(e RequestTimeoutError) Unwrap() error {
90
return
context.DeadlineExceeded
91
}
92
93
func
newInvalidSecretError() errctx.Error {
94
return
InvalidSecretError{errctx.NewTextError(
Callers
1
unwrapErrorChain
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected