Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrCode_name = map[int32]string{ 0: "Success", 100000: "gameplay_max", 200000: "communicate_max", 300000: "purchase_max", } ErrCode_value = map[string]int32{ "Success": 0, "gameplay_max": 100000, "communicate_max": 200000, "purchase_max": 300000, } )
Enum value maps for ErrCode.
View Source
var File_errorcode_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ErrCode ¶
type ErrCode int32
func (ErrCode) Descriptor ¶
func (ErrCode) Descriptor() protoreflect.EnumDescriptor
func (ErrCode) EnumDescriptor
deprecated
func (ErrCode) Number ¶
func (x ErrCode) Number() protoreflect.EnumNumber
func (ErrCode) Type ¶
func (ErrCode) Type() protoreflect.EnumType
Click to show internal directories.
Click to hide internal directories.