Function __global->get_webservice_result
Definitions
sources/failure.php
- Lookup error on the homesite, to see if there is more information.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $error_message | mixed | No | No | required parameter | N/A | N/A | The error message (string or Tempcode) |
Returns
- The result from the web service (null: no result)
- Type: ?string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Lookup error on the homesite, to see if there is more information.
*
* @param mixed $error_message The error message (string or Tempcode)
* @return ?string The result from the web service (null: no result)
*/
function get_webservice_result($error_message) : ?string
* Lookup error on the homesite, to see if there is more information.
*
* @param mixed $error_message The error message (string or Tempcode)
* @return ?string The result from the web service (null: no result)
*/
function get_webservice_result($error_message) : ?string
sources/minikernel.php
- Lookup error on the homesite, to see if there is more information.(null implementation for minikernel)
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $error_message | mixed | No | No | required parameter | N/A | N/A | The error message (string or Tempcode) |
Returns
- The result from the web service (null: no result)
- Type: ?string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Lookup error on the homesite, to see if there is more information.(null implementation for minikernel)
*
* @param mixed $error_message The error message (string or Tempcode)
* @return ?string The result from the web service (null: no result)
*/
function get_webservice_result($error_message) : ?string
* Lookup error on the homesite, to see if there is more information.(null implementation for minikernel)
*
* @param mixed $error_message The error message (string or Tempcode)
* @return ?string The result from the web service (null: no result)
*/
function get_webservice_result($error_message) : ?string
