Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
bioserror.c File Reference

Go to the source code of this file.

Enumerations

enum  EBiosError {
  OK , BAD_PARAMETER , NOT_FOUND , NOT_IMPLEMENTED ,
  PURCHASE_REQUIRED , NOT_ALLOWED , BANNED , LOGICAL ,
  COMUNICATION_ERROR , UPDATE_REQUIRED , UPDATE_REQUIRED_AND_DOWNLOADED , UNKNOWN ,
  BAD_SCRIPT
}
 Possible Error codes for bios API. More...
 

Enumeration Type Documentation

◆ EBiosError

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.

Enumerator
OK 

Mo error, the value of OK is 0. Can be returned from any call.

BAD_PARAMETER 

The operation was cancelled. See individual calls for details.

Atleast one of the input parameters is incorrect

NOT_FOUND 

The call could not find some data. See individual calls for details.

NOT_IMPLEMENTED 

The call is not supported for the current platform. Can be returned from any call.

PURCHASE_REQUIRED 

The action cannot be performed because the user is banned.

NOT_ALLOWED 

The action is not allowed.

BANNED 

The user is banned from some action.

LOGICAL 

API usage error. For example, usage of objects whos native lifetime ended. Can be returned from any call.

COMUNICATION_ERROR 
UPDATE_REQUIRED 

mandatory update exist and is required (PS4).

UPDATE_REQUIRED_AND_DOWNLOADED 

mandatory update exist and is ready to install (PS4).

UNKNOWN 

Any other error. Can be returned from any call.

BAD_SCRIPT 

Extended error. Script not properly linked with engine. May be removed in future.

Definition at line 8 of file bioserror.c.