[core] Use more correct text to indicate errored response from upstream

This commit is contained in:
Eugene Molotov 2020-12-23 17:48:30 +05:00
parent 59bbc9d2e7
commit 3226a5e31e
1 changed files with 1 additions and 2 deletions

View File

@ -198,8 +198,7 @@ EOD
if($lastError !== null)
$lastError = $lastError['message'];
returnError(<<<EOD
The requested resource cannot be found!
Please make sure your input parameters are correct!
Unexpected response from upstream.
cUrl error: $curlError ($curlErrno)
PHP error: $lastError
EOD