Difference between revisions of "Template:API HTTP Standard Output"

From SmartBots Developers Docs
Jump to: navigation, search
(Created page with "{{API Variable|result}} OK - command completed successfully<br/>FAIL - command failed {{API Variable|resulttext}} Detailed reason for the failure. {{API Variable|custom}} The...")
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
|- class="row-a {{{3}}}"
 +
|
 +
| 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.