NinetyEight.NEErrorCode

negdkcc


negdkcc / NEErrorCode

Enumeration: NEErrorCode

Defined in: defines/NEErrorCode.ts:5

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: defines/NEErrorCode.ts:49

Error code for already initialized


FAILED_TO_CONNECT_SERVER

FAILED_TO_CONNECT_SERVER: -1016

Defined in: defines/NEErrorCode.ts:99

Error code for failed to connect server


FAILED_TO_CONNECT_WALLET

FAILED_TO_CONNECT_WALLET: -1015

Defined in: defines/NEErrorCode.ts:94

Error code for failing to connect wallet


FAILED_TO_GET_PROFILE

FAILED_TO_GET_PROFILE: -1017

Defined in: defines/NEErrorCode.ts:104

Error code for failing to get the profile


FAILED_TO_LOAD_CDN

FAILED_TO_LOAD_CDN: -103

Defined in: defines/NEErrorCode.ts:29

Error code for failed to load CDN (Web)


FAILED_TO_ONBOARDING

FAILED_TO_ONBOARDING: -1018

Defined in: defines/NEErrorCode.ts:109

Error code for failed onboarding process


FAILED_TO_SIGN_MESSAGE

FAILED_TO_SIGN_MESSAGE: -1014

Defined in: defines/NEErrorCode.ts:89

Error code for failed to sign the message


HTTP_ERROR

HTTP_ERROR: -1020

Defined in: defines/NEErrorCode.ts:119

Error code for JSON parsing issues


INSUFFICIENT_BALANCE

INSUFFICIENT_BALANCE: 1014

Defined in: defines/NEErrorCode.ts:129

Error code for insufficient balance when buying something


INVALID_ACTIVITY_CONTEXT

INVALID_ACTIVITY_CONTEXT: -200

Defined in: defines/NEErrorCode.ts:34

Error code for invalid activity context (Android)


INVALID_ADDRESS

INVALID_ADDRESS: -1004

Defined in: defines/NEErrorCode.ts:64

Error code for invalid address


INVALID_AMOUNT

INVALID_AMOUNT: -1021

Defined in: defines/NEErrorCode.ts:124

Error code for invalid amount


INVALID_CONFIG

INVALID_CONFIG: -1002

Defined in: defines/NEErrorCode.ts:54

Error code for invalid configuration


INVALID_CYBORG_DATA

INVALID_CYBORG_DATA: -102

Defined in: defines/NEErrorCode.ts:24

Error code for invalid Cyborg data (Cyborg Web)


INVALID_GAME_KEY

INVALID_GAME_KEY: -1013

Defined in: defines/NEErrorCode.ts:84

Error code for invalid game key


INVALID_PHRASE

INVALID_PHRASE: -1006

Defined in: defines/NEErrorCode.ts:74

Error code for an invalid phrase


INVALID_PROVIDER

INVALID_PROVIDER: -1003

Defined in: defines/NEErrorCode.ts:59

Error code for invalid provider


INVALID_SIGNATURE

INVALID_SIGNATURE: -1005

Defined in: defines/NEErrorCode.ts:69

Error code for invalid signature


INVALID_TELEGRAM_DATA

INVALID_TELEGRAM_DATA: -101

Defined in: defines/NEErrorCode.ts:19

Error code for invalid Telegram data (Telegram Webapp)


INVALID_TOP_WINDOW

INVALID_TOP_WINDOW: -100

Defined in: defines/NEErrorCode.ts:14

Error code for invalid top window (Web Iframe)


INVALID_VIEW_CONTROLLER

INVALID_VIEW_CONTROLLER: -300

Defined in: defines/NEErrorCode.ts:39

Error code for invalid view controller (iOS)


JSON_PARSING_ERROR

JSON_PARSING_ERROR: -1019

Defined in: defines/NEErrorCode.ts:114

Error code for JSON parsing issues


NOT_INIT_YET

NOT_INIT_YET: -1000

Defined in: defines/NEErrorCode.ts:44

Error code for not initialized yet


NOT_LOGIN_YET

NOT_LOGIN_YET: -1012

Defined in: defines/NEErrorCode.ts:79

Error code for not logged in yet


SUCCESS

SUCCESS: 0

Defined in: defines/NEErrorCode.ts:9

Represents a successful operation

Last updated