MCPcopy
hub / github.com/koderover/zadig / Error

Struct Error

pkg/microservice/reaper/core/service/meta/test_suite.go:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63type Error struct {
64 Message string `bson:"message" json:"message" xml:"message,attr"`
65 Type string `bson:"type" json:"type" xml:"type,attr"`
66 Text string `bson:"text" json:"text" xml:",chardata"`
67}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected