std::future_error::future_error
From cppreference.com
                    
                                        
                    < cpp | thread | future error
                    
                                                            
                    |   future_error( std::error_code ec );  | 
(since C++11) | |
Constructs a new future error object containing error code ec.
[edit] Parameters
| ec | - | error code |