Difference between revisions of "Template:API HTTP Standard Output"
From SmartBots Developers Docs
Line 1: | Line 1: | ||
|- class="row-a {{{3}}}" | |- class="row-a {{{3}}}" | ||
| | | | ||
− | | colspan="4" | <small>''(to be received in | + | | colspan="4" | <small>''(to be received in http_response LSL event, see [[HTTP_API/Doing_HTTP_API_Calls|docs]] for details)''</small> |
{{API Variable|result}} OK - command completed successfully<br/>FAIL - command failed | {{API Variable|result}} OK - command completed successfully<br/>FAIL - command failed | ||
{{API Variable|resulttext}} Detailed reason for the failure. | {{API Variable|resulttext}} Detailed reason for the failure. | ||
{{API Variable|custom}} The value from input "custom" parameter. See above. | {{API Variable|custom}} The value from input "custom" parameter. See above. |
Latest revision as of 19:25, 4 March 2019
|- class="row-a {{{3}}}"
|
| colspan="4" | (to be received in http_response LSL event, see docs for details)
|- class="row-a {{{3}}}"
| width="10" |
| width="180" | result
| width="60" |
| OK - command completed successfully
FAIL - command failed
|- class="row-a {{{3}}}"
| width="10" |
| width="180" | resulttext
| width="60" |
| Detailed reason for the failure.
|- class="row-a {{{3}}}"
| width="10" |
| width="180" | custom
| width="60" |
| The value from input "custom" parameter. See above.