MCPcopy Create free account
hub / github.com/ajaen4/goth-complete-setup / ClientErr

Struct ClientErr

internal/api_errors/api_errors.go:5–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "net/http"
4
5type ClientErr struct {
6 HttpCode int `json:"code"`
7 Message string `json:"message"`
8 LogMess string `json:"-"`
9 Errors map[string]string `json:"errors,omitempty"`
10}
11
12type InternalErr struct {
13 HttpCode int `json:"code"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected