// source: code.proto /** * @fileoverview * @enhanceable * @suppress {missingRequire} reports error on implicit type usages. * @suppress {messageConventions} JS Compiler reports an error if a variable or * field starts with 'MSG_' and isn't a translatable message. * @public */ // GENERATED CODE -- DO NOT EDIT! /* eslint-disable */ // @ts-nocheck var jspb = require('google-protobuf'); var goog = jspb; var global = (typeof globalThis !== 'undefined' && globalThis) || (typeof window !== 'undefined' && window) || (typeof global !== 'undefined' && global) || (typeof self !== 'undefined' && self) || (function () { return this; }).call(null) || Function('return this')(); goog.exportSymbol('proto.pb.ErrCode', null, global); /** * @enum {number} */ proto.pb.ErrCode = { OK: 0, SYSTEMERR: 1, PARAMERR: 2, LOGINDIFFLOC: 100, LOGINUSERORPWDERR: 102, ACCOUNTFROZEN: 103, ACCOUNTBANNED: 104, REGISTERUSEREXIST: 110, VERSIONTOOLOW: 115, MAINTAIN: 120, GOLDNOTENOUGH: 125, NOTBETCOUNT: 126, NOTLEAVEROOM: 127, TOTALBETEXCEEDSLIMIT: 500, AREABETEXCEEDSLIMIT: 505 }; goog.object.extend(exports, proto.pb);