This issue recommends adding support to create an empty `errors::Error` object so that the object could be initialized as follows: ```cpp errors::Error err; ```
This issue recommends adding support to create an empty
errors::Errorobject so that the object could be initialized as follows: