MCPcopy Create free account
hub / github.com/mpolden/echoip / appError

Struct appError

http/error.go:5–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "net/http"
4
5type appError struct {
6 Error error
7 Message string
8 Code int
9 ContentType string
10}
11
12func internalServerError(err error) *appError {
13 return &appError{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected