Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
func
(e *Error) WithMessage(msg string) *Error {
33
e.msg = msg
34
return
e
35
}
36
37
func
BadRequest(format string, args ...any) *Error {
38
return
newError(http.StatusBadRequest, format, args...)
Callers
1
createGraph
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected