[core] Use more correct text to indicate errored response from upstream
This commit is contained in:
parent
59bbc9d2e7
commit
3226a5e31e
1 changed files with 1 additions and 2 deletions
|
@ -198,8 +198,7 @@ EOD
|
||||||
if($lastError !== null)
|
if($lastError !== null)
|
||||||
$lastError = $lastError['message'];
|
$lastError = $lastError['message'];
|
||||||
returnError(<<<EOD
|
returnError(<<<EOD
|
||||||
The requested resource cannot be found!
|
Unexpected response from upstream.
|
||||||
Please make sure your input parameters are correct!
|
|
||||||
cUrl error: $curlError ($curlErrno)
|
cUrl error: $curlError ($curlErrno)
|
||||||
PHP error: $lastError
|
PHP error: $lastError
|
||||||
EOD
|
EOD
|
||||||
|
|
Loading…
Reference in a new issue