reconstruct_progress_error
- Sends if zwave plugin receive message about error for some node
				
				Edit
			
			Result Fields:
| Field | Value | Type | Required | Description | 
|---|---|---|---|---|
| event | string | + | Event name | |
| plugin | string | + | Plugin name | |
| zwave.node | int | + | Node id for which we could not rebuild the network | 
				
				Edit
			
			
				
					{
    "id": "ui_broadcast",
    "msg_subclass": "hub.extensions.plugin.ui_broadcast",
    "result": {
        "event": "reconstruct_progress_error",
        "plugin": "zwave",
        "zwave.node": "5"
    }
}				
			
             
                                    