Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gotenberg/gotenberg
/ HttpError
Method
HttpError
pkg/modules/api/errors.go:7–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
// HttpError is an interface allowing to retrieve the HTTP details of an error.
6
type
HttpError
interface
{
7
HttpError() (int, string)
8
}
9
10
// SentinelHttpError is the HTTP sidekick of an error.
Callers
4
ParseError
Function · 0.95
TestSentinelHttpError_HttpError
Function · 0.65
TestSentinelWrappedError_HttpError
Function · 0.65
HttpError
Method · 0.65
Implementers
2
SentinelHttpError
pkg/modules/api/errors.go
sentinelWrappedError
pkg/modules/api/errors.go
Calls
no outgoing calls
Tested by
2
TestSentinelHttpError_HttpError
Function · 0.52
TestSentinelWrappedError_HttpError
Function · 0.52