Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
EJsonApiError.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
15
enum
EJsonApiError
16
{
18
ETJSON_UNKNOWN
,
20
ETJSON_OK
,
22
ETJSON_COMMSEND
,
24
ETJSON_PARSERERROR
,
26
ETJSON_TIMEOUT
,
28
ETJSON_NOBUFFERS
,
30
ETJSON_FAILFILELOAD
,
32
ETJSON_FAILFILESAVE
,
34
ETJSON_NOTARRAY
,
35
}
36
EJsonApiError
EJsonApiError
Definition
EJsonApiError.c:16
ETJSON_NOTARRAY
@ ETJSON_NOTARRAY
object is not array (ie. attempt to provide different or none object as array)
Definition
EJsonApiError.c:34
ETJSON_FAILFILESAVE
@ ETJSON_FAILFILESAVE
failed to save file
Definition
EJsonApiError.c:32
ETJSON_UNKNOWN
@ ETJSON_UNKNOWN
invalid code
Definition
EJsonApiError.c:18
ETJSON_TIMEOUT
@ ETJSON_TIMEOUT
failed to send/ store handle due to timeout
Definition
EJsonApiError.c:26
ETJSON_NOBUFFERS
@ ETJSON_NOBUFFERS
not enough buffers available
Definition
EJsonApiError.c:28
ETJSON_COMMSEND
@ ETJSON_COMMSEND
error during send
Definition
EJsonApiError.c:22
ETJSON_FAILFILELOAD
@ ETJSON_FAILFILELOAD
failed to load file
Definition
EJsonApiError.c:30
ETJSON_PARSERERROR
@ ETJSON_PARSERERROR
error during parsing
Definition
EJsonApiError.c:24
ETJSON_OK
@ ETJSON_OK
all fine
Definition
EJsonApiError.c:20
scripts
GameLib
generated
online
EJsonApiError.c
Generated by
1.17.0