[contents] Better error reporting for cUrl errors (#958)
References #954
This commit is contained in:
parent
89218f1da6
commit
1c58c04271
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue