public function TransferStats::getHandlerErrorData in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/guzzlehttp/guzzle/src/TransferStats.php \GuzzleHttp\TransferStats::getHandlerErrorData()
Gets handler specific error data.
This might be an exception, a integer representing an error code, or anything else. Relying on this value assumes that you know what handler you are using.
Return value
mixed
File
- vendor/
guzzlehttp/ guzzle/ src/ TransferStats.php, line 78
Class
- TransferStats
- Represents data at the point after it was transferred either successfully or after a network error.
Namespace
GuzzleHttpCode
public function getHandlerErrorData() {
return $this->handlerErrorData;
}