Go to the source code of this file.
|
| enum | ERestResultState {
EREST_EMPTY
, EREST_PENDING
, EREST_FEEDING
, EREST_SUCCESS
,
EREST_PROCESSED
, EREST_ERROR
, EREST_ERROR_CLIENTERROR
, EREST_ERROR_SERVERERROR
,
EREST_ERROR_APPERROR
, EREST_ERROR_TIMEOUT
, EREST_ERROR_NOTIMPLEMENTED
, EREST_ERROR_UNKNOWN
} |
| |
| enum | ERestOption { ERESTOPTION_UNKNOWN
, ERESTOPTION_READOPERATION
, ERESTOPTION_CONNECTION
} |
| |
◆ ERestOption
| Enumerator |
|---|
| ERESTOPTION_UNKNOWN | |
| ERESTOPTION_READOPERATION | |
| ERESTOPTION_CONNECTION | |
Definition at line 28 of file RestApi.c.
29{
31
34
35};
@ ERESTOPTION_READOPERATION
◆ ERestResultState
| Enumerator |
|---|
| EREST_EMPTY | |
| EREST_PENDING | |
| EREST_FEEDING | |
| EREST_SUCCESS | |
| EREST_PROCESSED | |
| EREST_ERROR | |
| EREST_ERROR_CLIENTERROR | |
| EREST_ERROR_SERVERERROR | |
| EREST_ERROR_APPERROR | |
| EREST_ERROR_TIMEOUT | |
| EREST_ERROR_NOTIMPLEMENTED | |
| EREST_ERROR_UNKNOWN | |
Definition at line 8 of file RestApi.c.
9{
15
23};
@ EREST_ERROR_CLIENTERROR
@ EREST_ERROR_SERVERERROR
@ EREST_ERROR_NOTIMPLEMENTED
◆ CreateRestApi()
◆ DestroyRestApi()
◆ GetRestApi()