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

Method Error

httperr/httperr.go:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26}
27
28func (e *Error) Error() string {
29 return fmt.Sprintf("[%d] %v", e.statusCode, e.err)
30}
31
32func (e *Error) WithMessage(msg string) *Error {
33 e.msg = msg

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected