Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
ERestResult.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
13
enum
ERestResult
14
{
16
EREST_EMPTY
,
18
EREST_SUCCESS
,
20
EREST_ERROR
,
21
EREST_ERROR_SERVERERROR
,
22
EREST_ERROR_APPERROR
,
23
EREST_ERROR_TIMEOUT
,
24
EREST_ERROR_NOTIMPLEMENTED
,
26
EREST_ERROR_PACKINGREQUEST
,
28
EREST_ERROR_CREATE
,
30
EREST_ERROR_RECV
,
32
EREST_ERROR_SEND
,
34
EREST_ERROR_STORE
,
35
EREST_ERROR_UNKNOWN
,
36
}
37
ERestResult
ERestResult
States and result + error code produced by RestApi.
Definition
ERestResult.c:14
EREST_ERROR_RECV
@ EREST_ERROR_RECV
failed to receive response
Definition
ERestResult.c:30
EREST_ERROR_TIMEOUT
@ EREST_ERROR_TIMEOUT
Definition
ERestResult.c:23
EREST_ERROR_PACKINGREQUEST
@ EREST_ERROR_PACKINGREQUEST
packing request to JSON failed (too much data?)
Definition
ERestResult.c:26
EREST_EMPTY
@ EREST_EMPTY
not initialized
Definition
ERestResult.c:16
EREST_ERROR
@ EREST_ERROR
(state >= EREST_ERROR) == error happened
Definition
ERestResult.c:20
EREST_ERROR_UNKNOWN
@ EREST_ERROR_UNKNOWN
Definition
ERestResult.c:35
EREST_ERROR_SERVERERROR
@ EREST_ERROR_SERVERERROR
Definition
ERestResult.c:21
EREST_ERROR_STORE
@ EREST_ERROR_STORE
unable to store received data (not enough space?)
Definition
ERestResult.c:34
EREST_ERROR_APPERROR
@ EREST_ERROR_APPERROR
Definition
ERestResult.c:22
EREST_ERROR_SEND
@ EREST_ERROR_SEND
failed to send request
Definition
ERestResult.c:32
EREST_ERROR_CREATE
@ EREST_ERROR_CREATE
failed to even create REST request (send failed)
Definition
ERestResult.c:28
EREST_ERROR_NOTIMPLEMENTED
@ EREST_ERROR_NOTIMPLEMENTED
Definition
ERestResult.c:24
EREST_SUCCESS
@ EREST_SUCCESS
result and/or data are ready (success)
Definition
ERestResult.c:18
scripts
GameLib
generated
online
ERestResult.c
Generated by
1.17.0