scriptring:erestresult
Differences
This shows you the differences between two versions of the page.
scriptring:erestresult [2022/08/25 15:14] – created jerryhopper | scriptring:erestresult [2022/08/25 15:15] (current) – typo in url jerryhopper | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== ERestResult ====== | ||
- | scripts/ | ||
- | |||
- | |||
- | |||
- | |||
- | < | ||
- | // states, (result + error) codes | ||
- | // defined in C++ | ||
- | enum ERestResult | ||
- | { | ||
- | 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, | ||
- | }; | ||
- | </ |
scriptring/erestresult.1661436847.txt.gz · Last modified: 2022/08/25 15:14 by jerryhopper