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 NEErrorCodeInheritance
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 = -1001Field Value
FAILED_TO_CONNECT_SERVER
Error code for failed to connect server
public const int FAILED_TO_CONNECT_SERVER = -1016Field Value
FAILED_TO_CONNECT_WALLET
Error code for failed to connect wallet
public const int FAILED_TO_CONNECT_WALLET = -1015Field Value
FAILED_TO_GET_PROFILE
Error code for failed to get profile
public const int FAILED_TO_GET_PROFILE = -1017Field Value
FAILED_TO_LOAD_CDN
Error code for failed to load CDN (Web)
public const int FAILED_TO_LOAD_CDN = -103Field Value
FAILED_TO_ONBOARDING
Error code for failed onboarding process
public const int FAILED_TO_ONBOARDING = -1018Field Value
FAILED_TO_SIGN_MESSAGE
Error code for failed to sign message
public const int FAILED_TO_SIGN_MESSAGE = -1014Field Value
HTTP_ERROR
Error code for JSON parsing issues
public const int HTTP_ERROR = -1020Field Value
INSUFFICIENT_BALANCE
Error code for failed to buy something due to insufficient balance
public const int INSUFFICIENT_BALANCE = 1014Field Value
INVALID_ACTIVITY_CONTEXT
Error code for invalid activity context (Android)
public const int INVALID_ACTIVITY_CONTEXT = -200Field Value
INVALID_ADDRESS
Error code for invalid address
public const int INVALID_ADDRESS = -1004Field Value
INVALID_CONFIG
Error code for invalid configuration
public const int INVALID_CONFIG = -1002Field Value
INVALID_CYBORG_DATA
Error code for invalid Cyborg data (Cyborg Web)
public const int INVALID_CYBORG_DATA = -102Field Value
INVALID_GAME_KEY
Error code for invalid game key
public const int INVALID_GAME_KEY = -1013Field Value
INVALID_PHRASE
Error code for invalid phrase
public const int INVALID_PHRASE = -1006Field Value
INVALID_PROVIDER
Error code for invalid provider
public const int INVALID_PROVIDER = -1003Field Value
INVALID_SIGNATURE
Error code for invalid signature
public const int INVALID_SIGNATURE = -1005Field Value
INVALID_TELEGRAM_DATA
Error code for invalid Telegram data (Telegram Webapp)
public const int INVALID_TELEGRAM_DATA = -101Field Value
INVALID_TOP_WINDOW
Error code for invalid top window (Web Iframe)
public const int INVALID_TOP_WINDOW = -100Field Value
INVALID_VIEW_CONTROLLER
Error code for invalid view controller (iOS)
public const int INVALID_VIEW_CONTROLLER = -300Field Value
JSON_PARSING_ERROR
Error code for JSON parsing issues
public const int JSON_PARSING_ERROR = -1019Field Value
NOT_INIT_YET
Error code for not initialized yet
public const int NOT_INIT_YET = -1000Field Value
NOT_LOGIN_YET
Error code for not logged in yet
public const int NOT_LOGIN_YET = -1012Field Value
SUCCESS
Represents a successful operation
public const int SUCCESS = 0Field Value
Last updated