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

Struct InternalErr

internal/api_errors/api_errors.go:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12type InternalErr struct {
13 HttpCode int `json:"code"`
14 Message string `json:"message"`
15}
16
17func (err *ClientErr) Error() string {
18 if err.LogMess != "" {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected