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

From SmartBots Developers Docs
Jump to: navigation, search
Line 1: Line 1:
 
|- class="row-a {{{3}}}"
 
|- class="row-a {{{3}}}"
| width="10" | https://www.mysmartbots.com/dev/docs/HTTP_API/Doing_HTTP_API_Calls
+
| colspan="3" | ''in LSL http_response event, see [[HTTP_API/Doing_HTTP_API_Calls|docs]] for details''
 
{{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.

Revision as of 19:24, 4 March 2019

|- class="row-a {{{3}}}" | colspan="3" | in LSL http_response 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.