DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ EJsonApiError

Элементы перечислений
ETJSON_UNKNOWN 
ETJSON_OK 
ETJSON_COMMSEND 
ETJSON_COMMRECV 
ETJSON_PARSERERROR 
ETJSON_PACKNOSTART 
ETJSON_TIMEOUT 
ETJSON_NOBUFFERS 
ETJSON_FAILFILELOAD 
ETJSON_FAILFILESAVE 
ETJSON_NOTARRAY 

См. определение в файле JsonApi.c строка 7

8{
9 ETJSON_UNKNOWN, // invalid code
10
11 ETJSON_OK, // all fine
12 ETJSON_COMMSEND, // error during send
13 ETJSON_COMMRECV, // error during receive
14 ETJSON_PARSERERROR, // error during parsing
15 ETJSON_PACKNOSTART, // error - cannot start packing (invalid state)
16 ETJSON_TIMEOUT, // failed to send/ store handle due to timeout
17 ETJSON_NOBUFFERS, // not enough buffers available
18 ETJSON_FAILFILELOAD, // failed to load file
19 ETJSON_FAILFILESAVE, // failed to save file
20 ETJSON_NOTARRAY, // object is not array (ie. attempt to provide different or none object as array)
21};
@ ETJSON_COMMRECV
Определения JsonApi.c:13
@ ETJSON_FAILFILELOAD
Определения JsonApi.c:18
@ ETJSON_FAILFILESAVE
Определения JsonApi.c:19
@ ETJSON_PACKNOSTART
Определения JsonApi.c:15
@ ETJSON_NOTARRAY
Определения JsonApi.c:20
@ ETJSON_PARSERERROR
Определения JsonApi.c:14
@ ETJSON_OK
Определения JsonApi.c:11
@ ETJSON_NOBUFFERS
Определения JsonApi.c:17
@ ETJSON_UNKNOWN
Определения JsonApi.c:9
@ ETJSON_COMMSEND
Определения JsonApi.c:12
@ ETJSON_TIMEOUT
Определения JsonApi.c:16