NinetyEight.ErrorCode
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
object ← NEErrorCode
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
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
Last updated