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.
mixed
public function getHandlerErrorData() { return $this->handlerErrorData; }