MCPcopy Create free account
hub / github.com/gotenberg/gotenberg / HttpError

Method HttpError

pkg/modules/api/errors.go:47–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45}
46
47func (w sentinelWrappedError) HttpError() (int, string) {
48 return w.sentinel.HttpError()
49}
50
51// WrapError wraps the given error with a [SentinelHttpError]. The wrapped
52// error will be displayed in a log, while the [SentinelHttpError] will be sent

Callers

nothing calls this directly

Calls 1

HttpErrorMethod · 0.65

Tested by

no test coverage detected