MCPcopy
hub / github.com/hwholiday/learning_tools / Error

Struct Error

micro_agent/proto/user/user.pb.go:32–35  ·  view source on GitHub ↗

please upgrade the proto package

Source from the content-addressed store, hash-verified

30const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
31
32type Error struct {
33 Code int32 `protobuf:"varint,1,opt,name=code" json:"code,omitempty"`
34 Msg string `protobuf:"bytes,2,opt,name=msg" json:"msg,omitempty"`
35}
36
37func (m *Error) Reset() { *m = Error{} }
38func (m *Error) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected