MCPcopy
hub / github.com/mindoc-org/mindoc / Error

Struct Error

models/Errors.go:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43)
44
45type Error struct {
46 code int
47 message string
48}
49
50func (e Error) Error() string {
51 return e.message

Calls

no outgoing calls

Tested by

no test coverage detected