MCPcopy Create free account
hub / github.com/bcspragu/logseq-sync / WithMessage

Method WithMessage

httperr/httperr.go:32–35  ·  view source on GitHub ↗
(msg string)

Source from the content-addressed store, hash-verified

30}
31
32func (e *Error) WithMessage(msg string) *Error {
33 e.msg = msg
34 return e
35}
36
37func BadRequest(format string, args ...any) *Error {
38 return newError(http.StatusBadRequest, format, args...)

Callers 1

createGraphMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected