error
This function will always returns error
HTTP Method: | GET | |
---|
Parameters: | sid | session id timeouts |
---|
Return errors
Error code | HTTP response code | Description |
---|
1 | 400 (Bad request) |
Function was not performed, because all required parameters were not entered. Reply portion reply is empty.
|
CURL
curl "https://admin.hosting90.eu/api/error?sid=%sid%"
PHP Library
$api->error(array());
Example of data output
<?xml version="1.0" encoding="UTF-8"?>
<reply>
<status>
<code>1</code>
<text>Unable to say you OK in this function</text>
</status>
</reply>