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", 399994: "lose_cur_con", 399995: "being_re_conn", 399996: "join_online_not_open", 399997: "join_zone_id_error", 399998: "gateway_verify", 399999: "gateway_repeated_verify", 400000: "gateway_max", } ErrCode_value = map[string]int32{ "Success": 0, "gameplay_max": 100000, "communicate_max": 200000, "purchase_max": 300000, "lose_cur_con": 399994, "being_re_conn": 399995, "join_online_not_open": 399996, "join_zone_id_error": 399997, "gateway_verify": 399998, "gateway_repeated_verify": 399999, "gateway_max": 400000, } )
Enum value maps for ErrCode.
View Source
var File_errorcode_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ErrCode ¶
type ErrCode int32
const ( ErrCode_Success ErrCode = 0 ErrCode_gameplay_max ErrCode = 100000 ErrCode_communicate_max ErrCode = 200000 ErrCode_purchase_max ErrCode = 300000 ErrCode_lose_cur_con ErrCode = 399994 ErrCode_being_re_conn ErrCode = 399995 ErrCode_join_online_not_open ErrCode = 399996 ErrCode_join_zone_id_error ErrCode = 399997 ErrCode_gateway_verify ErrCode = 399998 ErrCode_gateway_repeated_verify ErrCode = 399999 ErrCode_gateway_max ErrCode = 400000 )
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.