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