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

Function BadRequest

httperr/httperr.go:37–39  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

35}
36
37func BadRequest(format string, args ...any) *Error {
38 return newError(http.StatusBadRequest, format, args...)
39}
40
41func MethodNotAllowed(format string, args ...any) *Error {
42 return newError(http.StatusMethodNotAllowed, format, args...)

Callers 2

updateFilesMethod · 0.92
toHandleFuncFunction · 0.92

Calls 1

newErrorFunction · 0.85

Tested by

no test coverage detected