Eternals
  • Introduction
  • Eternia
    • Lore
    • Creatures System
      • Legend
      • Elementals
        • Fire
        • Nature
        • Earth
        • Water
        • Metal
      • Base Eternals
    • Space Stone
  • Alliance Mining Program
    • Getting Started
    • User Profile (Alliance Center)
      • Upgrade Account
      • Achievements
    • Mechanism
    • Reward Distribution
  • $ETNS (Eternals Stars Program)
    • The $ETNS System
  • Eternals Core
    • Eternals House
      • Mood
      • How to maintain a good pet's mood?
      • Decoration
      • Shop
    • Eternals Space
      • Missions
      • Mining Tower
      • Leaderboard
      • Refill Plasma
  • Eternals World
    • Gomoku
      • Game modes: Classic and Eternians
      • Battle Deck
      • Quick Match
      • Ranking Match
      • How to earn Tickets
      • How to join Eternals Gomoku
      • Missions
      • Daily Login
      • Mastery Points
      • Win Streak
      • Pet Skills
      • Leaderboard and Reward Pools
  • ETER Token
  • How To Earn With Eternals?
  • Official Links
    • Website
    • Twitter
    • Discord
    • App Store
    • Google Play
  • GDK Documentation
    • Ninety Eight Game Development Kit
    • Introduction
    • Unity
      • GDK Installation Guide
      • Update Guide
      • Examples
      • Downloads
      • Release Notes
      • API Reference
        • v1.0.0
          • NinetyEight.INEGdk
          • NinetyEight.ErrorCode
          • NinetyEight.NEGameProfile
          • NinetyEight.NEGameProfileCallback
          • NinetyEight.NEGameProfileResponse
          • NinetyEight.NEGdkConfig
          • NinetyEight.NEInitCallback
          • NinetyEight.NELoginCallback
          • NinetyEight.NELoginData
          • NinetyEight.NEProvider
          • NinetyEight.NEShopBuyCallback
          • NinetyEight.NEShopBuyResponse
          • NinetyEight.NEShopInfoCallback
          • NinetyEight.NEShopInfoResponse
          • NinetyEight.NEShopItem
          • NinetyEight.NEShopPack
          • NinetyEight.NEUserBalance
          • NinetyEight.NEUserBalanceCallback
          • NinetyEight.NEUserBalanceResponse
          • NinetyEight.NEUserPet
          • NinetyEight.NEUserPetCallback
          • NinetyEight.NEUserPetResponse
          • NinetyEight
    • Cocos Creator
      • Installation Guide
      • Update Guide
      • Examples
      • Downloads
      • Release Notes
      • API Reference
        • NinetyEight Game Development Kit - Cocos Creator
          • Enumerations
            • NinetyEight.NEEnvironment
            • NinetyEight.NEErrorCode
            • NinetyEight.NEProvider
          • Interfaces
          • Type-aliases
            • NEGameProfile
            • NEGameProfileCallback
            • NEGameProfileResponse
            • NEGdkConfig
            • NEInitCallback
            • NELoginCallback
            • NELoginData
            • NEShopBuyCallback
            • NEShopBuyResponse
            • NEShopInfoCallback
            • NEShopInfoResponse
            • NEShopItem
            • NEShopPack
            • NEUserBalance
            • NEUserBalanceCallback
            • NEUserBalanceResponse
            • NEUserPet
            • NEUserPetCallback
            • NEUserPetResponse
  • LEGAL
    • Game Terms of Use
    • Privacy Policy
    • Terms of Use
Powered by GitBook
On this page
  • Enumeration: NEErrorCode
  • Enumeration Members
  1. GDK Documentation
  2. Cocos Creator
  3. API Reference
  4. NinetyEight Game Development Kit - Cocos Creator
  5. Enumerations

NinetyEight.NEErrorCode

PreviousNinetyEight.NEEnvironmentNextNinetyEight.NEProvider

Last updated 21 days ago

negdkcc


negdkcc / NEErrorCode

Enumeration: NEErrorCode

Defined in:

Contains error codes used throughout the game system. These error codes help in identifying and handling various errors.

Enumeration Members

ALREADY_INITED

ALREADY_INITED: -1001

Defined in:

Error code for already initialized


FAILED_TO_CONNECT_SERVER

FAILED_TO_CONNECT_SERVER: -1016

Defined in:

Error code for failed to connect server


FAILED_TO_CONNECT_WALLET

FAILED_TO_CONNECT_WALLET: -1015

Error code for failing to connect wallet


FAILED_TO_GET_PROFILE

FAILED_TO_GET_PROFILE: -1017

Error code for failing to get the profile


FAILED_TO_LOAD_CDN

FAILED_TO_LOAD_CDN: -103

Error code for failed to load CDN (Web)


FAILED_TO_ONBOARDING

FAILED_TO_ONBOARDING: -1018

Error code for failed onboarding process


FAILED_TO_SIGN_MESSAGE

FAILED_TO_SIGN_MESSAGE: -1014

Error code for failed to sign the message


HTTP_ERROR

HTTP_ERROR: -1020

Error code for JSON parsing issues


INSUFFICIENT_BALANCE

INSUFFICIENT_BALANCE: 1014

Error code for insufficient balance when buying something


INVALID_ACTIVITY_CONTEXT

INVALID_ACTIVITY_CONTEXT: -200

Error code for invalid activity context (Android)


INVALID_ADDRESS

INVALID_ADDRESS: -1004

Error code for invalid address


INVALID_AMOUNT

INVALID_AMOUNT: -1021

Error code for invalid amount


INVALID_CONFIG

INVALID_CONFIG: -1002

Error code for invalid configuration


INVALID_CYBORG_DATA

INVALID_CYBORG_DATA: -102

Error code for invalid Cyborg data (Cyborg Web)


INVALID_GAME_KEY

INVALID_GAME_KEY: -1013

Error code for invalid game key


INVALID_PHRASE

INVALID_PHRASE: -1006

Error code for an invalid phrase


INVALID_PROVIDER

INVALID_PROVIDER: -1003

Error code for invalid provider


INVALID_SIGNATURE

INVALID_SIGNATURE: -1005

Error code for invalid signature


INVALID_TELEGRAM_DATA

INVALID_TELEGRAM_DATA: -101

Error code for invalid Telegram data (Telegram Webapp)


INVALID_TOP_WINDOW

INVALID_TOP_WINDOW: -100

Error code for invalid top window (Web Iframe)


INVALID_VIEW_CONTROLLER

INVALID_VIEW_CONTROLLER: -300

Error code for invalid view controller (iOS)


JSON_PARSING_ERROR

JSON_PARSING_ERROR: -1019

Error code for JSON parsing issues


NOT_INIT_YET

NOT_INIT_YET: -1000

Error code for not initialized yet


NOT_LOGIN_YET

NOT_LOGIN_YET: -1012

Error code for not logged in yet


SUCCESS

SUCCESS: 0

Represents a successful operation

Defined in:

Defined in:

Defined in:

Defined in:

Defined in:

Defined in:

Defined in:

Defined in:

Defined in:

Defined in:

Defined in:

Defined in:

Defined in:

Defined in:

Defined in:

Defined in:

Defined in:

Defined in:

Defined in:

Defined in:

Defined in:

Defined in:

Defined in:

defines/NEErrorCode.ts:5
defines/NEErrorCode.ts:49
defines/NEErrorCode.ts:99
defines/NEErrorCode.ts:94
defines/NEErrorCode.ts:104
defines/NEErrorCode.ts:29
defines/NEErrorCode.ts:109
defines/NEErrorCode.ts:89
defines/NEErrorCode.ts:119
defines/NEErrorCode.ts:129
defines/NEErrorCode.ts:34
defines/NEErrorCode.ts:64
defines/NEErrorCode.ts:124
defines/NEErrorCode.ts:54
defines/NEErrorCode.ts:24
defines/NEErrorCode.ts:84
defines/NEErrorCode.ts:74
defines/NEErrorCode.ts:59
defines/NEErrorCode.ts:69
defines/NEErrorCode.ts:19
defines/NEErrorCode.ts:14
defines/NEErrorCode.ts:39
defines/NEErrorCode.ts:114
defines/NEErrorCode.ts:44
defines/NEErrorCode.ts:79
defines/NEErrorCode.ts:9