Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
EBackendError.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
53
EBackendError
Backend error.
@ EBERR_VALIDATION_FAILED
@ EBERR_LINK_FAILED
@ EBERR_INVALID_INPUT
@ EBERR_CHARACTER_UPDATE
character update done
@ EBERR_CONFIGURATION_GET
configuration received
@ EBERR_CHARACTER_GET
character data received
@ EBERR_CONFIGURATION_WRITE
configuration written
@ EBERR_OK
all OK
@ EBERR_AUTH_FAILED
failed to authenticate
@ EBERR_UNKNOWN
unknown error
@ EBERR_DISABLED
backend is disabled
@ EBERR_INVALID_STATE
called request from state where it is not possible (ie. reading data before login and such)
@ EBERR_UNSUPPORTED_REQUEST
non-supported request call performed
@ EBERR_ALREADY_REQUESTED
state already requested once!
@ EBERR_AUTH_SUCCESS
authenticate successful
@ EBERR_FILE_NOT_FOUND
save point doesn't exist
@ EBERR_STORAGE_IS_FULL
unable to store data
@ EBERR_LOGIN_SUCCESS
login successful
@ EBERR_LOGIN_FAILED
failed to login
@ EBERR_BUSY
no request can be called - login/auth in process