Swiftriver\Core\Modules\Phirehose::getLastErrorMsg PHP Method

getLastErrorMsg() public method

Returns the last error message (TCP or HTTP) that occured with the streaming API or client. State is cleared upon successful reconnect
public getLastErrorMsg ( ) : string
return string
    public function getLastErrorMsg()
    {
        return $this->lastErrorMsg;
    }