Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
class | BIOSErrorModule |
Enumerations | |
enum | EBiosError { OK = 0, BAD_PARAMETER, NOT_FOUND, NOT_IMPLEMENTED, PURCHASE_REQUIRED, NOT_ALLOWED, BANNED, LOGICAL, WRONG_RESPONSE_DATA, SERVER_HEARTBEAT_SERVER_NOT_FOUND, SERVER_REGISTER_ALREADY_EXISTS, REQUEST_CREATE_FAIL_XHR, REQUEST_SEND_FAIL, REQUEST_WAIT_FAIL, NON_JSON_RESPONSE, UPDATE_REQUIRED, UPDATE_REQUIRED_AND_DOWNLOADED, COMUNICATION_ERROR, UNKNOWN = -1, BAD_SCRIPT } |
Possible Error codes for bios API. This is the list of errors that can be returned from bios API. Errors after UNKNOWN are extended errors that are not present in the native API. More... | |
enum EBiosError |
Possible Error codes for bios API. This is the list of errors that can be returned from bios API. Errors after UNKNOWN are extended errors that are not present in the native API.
Definition at line 6 of file bioserrormodule.c.