public function TransferStats::getHandlerErrorData in Auth0 Single Sign On 8.2
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;
}