Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
bioserror.c
Go to the documentation of this file.
1
3
@ COMUNICATION_ERROR
Definition bioserror.c:19
@ NOT_IMPLEMENTED
The call is not supported for the current platform. Can be returned from any call.
Definition bioserror.c:14
@ NOT_ALLOWED
The action is not allowed.
Definition bioserror.c:16
@ OK
Mo error, the value of OK is 0. Can be returned from any call.
Definition bioserror.c:10
@ LOGICAL
API usage error. For example, usage of objects whos native lifetime ended. Can be returned from any c...
Definition bioserror.c:18
@ PURCHASE_REQUIRED
The action cannot be performed because the user is banned.
Definition bioserror.c:15
@ BAD_SCRIPT
Extended error. Script not properly linked with engine. May be removed in future.
Definition bioserror.c:24
@ UPDATE_REQUIRED
mandatory update exist and is required (PS4).
Definition bioserror.c:20
@ UNKNOWN
Any other error. Can be returned from any call.
Definition bioserror.c:22
@ BAD_PARAMETER
The operation was cancelled. See individual calls for details.
Definition bioserror.c:12
@ NOT_FOUND
The call could not find some data. See individual calls for details.
Definition bioserror.c:13
@ UPDATE_REQUIRED_AND_DOWNLOADED
mandatory update exist and is ready to install (PS4).
Definition bioserror.c:21
@ BANNED
The user is banned from some action.
Definition bioserror.c:17
EBiosError
Possible Error codes for bios API. This is the list of errors that can be returned from bios API....