[contents] Better error reporting for cUrl errors (#958)

References #954
This commit is contained in:
triatic 2018-12-10 20:20:13 +00:00 committed by LogMANOriginal
parent 89218f1da6
commit 1c58c04271

View file

@ -153,6 +153,7 @@ EOD
returnError(<<<EOD returnError(<<<EOD
The requested resource cannot be found! The requested resource cannot be found!
Please make sure your input parameters are correct! Please make sure your input parameters are correct!
cUrl error: $curlError ($curlErrno)
EOD EOD
, $errorCode); , $errorCode);
} }