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

Method Error

pkg/modules/api/errors.go:27–29  ·  view source on GitHub ↗

Error returns the message.

()

Source from the content-addressed store, hash-verified

25
26// Error returns the message.
27func (err SentinelHttpError) Error() string {
28 return err.message
29}
30
31// HttpError returns the status and message.
32func (err SentinelHttpError) HttpError() (int, string) {

Callers 15

detectVersionMethod · 0.45
MergeMethod · 0.45
SplitMethod · 0.45
FlattenMethod · 0.45
ConvertMethod · 0.45
ReadMetadataMethod · 0.45
WriteMetadataMethod · 0.45
PageCountMethod · 0.45
ReadBookmarksMethod · 0.45
WriteBookmarksMethod · 0.45
EmbedFilesMethod · 0.45

Calls

no outgoing calls