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
  • Class NEErrorCode
  • Fields
  1. GDK Documentation
  2. Unity
  3. API Reference
  4. v1.0.0

NinetyEight.ErrorCode

PreviousNinetyEight.INEGdkNextNinetyEight.NEGameProfile

Last updated 24 days ago

Class NEErrorCode

Namespace: NinetyEight Assembly: APIReference.dll

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

public static class NEErrorCode

Inheritance

← NEErrorCode

Inherited Members

, , , , , ,

Fields

ALREADY_INITED

Error code for already initialized

public const int ALREADY_INITED = -1001

Field Value

FAILED_TO_CONNECT_SERVER

Error code for failed to connect server

public const int FAILED_TO_CONNECT_SERVER = -1016

Field Value

FAILED_TO_CONNECT_WALLET

Error code for failed to connect wallet

public const int FAILED_TO_CONNECT_WALLET = -1015

Field Value

FAILED_TO_GET_PROFILE

Error code for failed to get profile

public const int FAILED_TO_GET_PROFILE = -1017

Field Value

FAILED_TO_LOAD_CDN

Error code for failed to load CDN (Web)

public const int FAILED_TO_LOAD_CDN = -103

Field Value

FAILED_TO_ONBOARDING

Error code for failed onboarding process

public const int FAILED_TO_ONBOARDING = -1018

Field Value

FAILED_TO_SIGN_MESSAGE

Error code for failed to sign message

public const int FAILED_TO_SIGN_MESSAGE = -1014

Field Value

HTTP_ERROR

Error code for JSON parsing issues

public const int HTTP_ERROR = -1020

Field Value

INSUFFICIENT_BALANCE

Error code for failed to buy something due to insufficient balance

public const int INSUFFICIENT_BALANCE = 1014

Field Value

INVALID_ACTIVITY_CONTEXT

Error code for invalid activity context (Android)

public const int INVALID_ACTIVITY_CONTEXT = -200

Field Value

INVALID_ADDRESS

Error code for invalid address

public const int INVALID_ADDRESS = -1004

Field Value

INVALID_CONFIG

Error code for invalid configuration

public const int INVALID_CONFIG = -1002

Field Value

INVALID_CYBORG_DATA

Error code for invalid Cyborg data (Cyborg Web)

public const int INVALID_CYBORG_DATA = -102

Field Value

INVALID_GAME_KEY

Error code for invalid game key

public const int INVALID_GAME_KEY = -1013

Field Value

INVALID_PHRASE

Error code for invalid phrase

public const int INVALID_PHRASE = -1006

Field Value

INVALID_PROVIDER

Error code for invalid provider

public const int INVALID_PROVIDER = -1003

Field Value

INVALID_SIGNATURE

Error code for invalid signature

public const int INVALID_SIGNATURE = -1005

Field Value

INVALID_TELEGRAM_DATA

Error code for invalid Telegram data (Telegram Webapp)

public const int INVALID_TELEGRAM_DATA = -101

Field Value

INVALID_TOP_WINDOW

Error code for invalid top window (Web Iframe)

public const int INVALID_TOP_WINDOW = -100

Field Value

INVALID_VIEW_CONTROLLER

Error code for invalid view controller (iOS)

public const int INVALID_VIEW_CONTROLLER = -300

Field Value

JSON_PARSING_ERROR

Error code for JSON parsing issues

public const int JSON_PARSING_ERROR = -1019

Field Value

NOT_INIT_YET

Error code for not initialized yet

public const int NOT_INIT_YET = -1000

Field Value

NOT_LOGIN_YET

Error code for not logged in yet

public const int NOT_LOGIN_YET = -1012

Field Value

SUCCESS

Represents a successful operation

public const int SUCCESS = 0

Field Value

object
object.Equals(object?)
object.Equals(object?, object?)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object?, object?)
object.ToString()
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int