MCPcopy 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.
6type HttpError interface {
7 HttpError() (int, string)
8}
9
10// SentinelHttpError is the HTTP sidekick of an error.

Callers 4

ParseErrorFunction · 0.95
HttpErrorMethod · 0.65

Implementers 2

SentinelHttpErrorpkg/modules/api/errors.go
sentinelWrappedErrorpkg/modules/api/errors.go

Calls

no outgoing calls