Documentation ¶
Overview ¶
Package errorpb is a generated protocol buffer package.
It is generated from these files:
github.com/molon/gomsg/pb/errorpb/code.proto
It has these top-level messages:
Detail
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Code_name = map[int32]string{
0: "NONE",
1: "UNKNOWN",
2: "NO_ACK",
3: "TOO_MANY_MSGS_TO_BE_SENT",
4: "SESSION_NOT_FOUND",
5: "NEW_SESSION_ON_SAME_PLATFORM",
}
View Source
var Code_value = map[string]int32{
"NONE": 0,
"UNKNOWN": 1,
"NO_ACK": 2,
"TOO_MANY_MSGS_TO_BE_SENT": 3,
"SESSION_NOT_FOUND": 4,
"NEW_SESSION_ON_SAME_PLATFORM": 5,
}
Functions ¶
This section is empty.
Types ¶
type Detail ¶
type Detail struct {
Code Code `protobuf:"varint,1,opt,name=code,enum=errorpb.Code" json:"code,omitempty"`
}
func (*Detail) Descriptor ¶
func (*Detail) ProtoMessage ¶
func (*Detail) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.