@xmobitea/gn-server
Version:
GearN Server by XmobiTea (Pro)
53 lines (52 loc) • 2.42 kB
TypeScript
export declare class ErrorCode {
static readonly Ok: number;
static readonly AccountNotFound: number;
static readonly AccountPasswordWrong: number;
static readonly AccountUsernameExists: number;
static readonly VerifyTokenError: number;
static readonly VerifyFailed: number;
static readonly CharacterPlayerNotFound: number;
static readonly NotEnoughCurrency: number;
static readonly KeyNotFound: number;
static readonly ItemNotFound: number;
static readonly CatalogIdNotFound: number;
static readonly GroupNotFound: number;
static readonly OwnerNotFound: number;
static readonly ClassIdNotFound: number;
static readonly MemberNotFound: number;
static readonly PlayerNotMember: number;
static readonly GamePlayerNotFound: number;
static readonly FileNotFound: number;
static readonly FileNotUpload: number;
static readonly OwnerTypeNotSupport: number;
static readonly ItemNotStackable: number;
static readonly GameNotFound: number;
static readonly GameIsExists: number;
static readonly SecretInfoNotFound: number;
static readonly SecretInfoIsExists: number;
static readonly ExternalNotLinked: number;
static readonly ExternalLinkedOtherAccount: number;
static readonly ExternalLinkedOtherValue: number;
static readonly MasterPlayerNotFound: number;
static readonly StoreItemNotFound: number;
static readonly BuyerNotFound: number;
static readonly CanNotBuyThisStoreItem: number;
static readonly ExceptionWhenValidateReceipt: number;
static readonly StoreInvalid: number;
static readonly ReceiptInvalid: number;
static readonly StoreItemHadBeenRemove: number;
static readonly DisplayNameHasUse: number;
static readonly PlayerBan: number;
static readonly MatchmakingTicketNotFound: number;
static readonly MatchmakingTicketAlreadyCompleted: number;
static readonly MatchmakingPlayerHasNotJoinedTicket: number;
static readonly MatchNotFound: number;
static readonly MatchmakingPlayerHasJoinedOtherTicket: number;
static readonly MatchmakingQueueNotFound: number;
static readonly TicketSizeError: number;
static readonly ExecuteError: number;
static readonly VersionInvalid: number;
static readonly EmailInvalid: number;
static readonly StoreItemHadPurchaseAndNonConsumable: number;
static readonly StoreItemHadExists: number;
}