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

Struct Error

httperr/httperr.go:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22type Error struct {
23 err error
24 statusCode int
25 msg string
26}
27
28func (e *Error) Error() string {
29 return fmt.Sprintf("[%d] %v", e.statusCode, e.err)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected