reactivemarkets / toolbox-cpp

The Reactive C++ Toolbox is an open source library of C++20 components designed for efficient, asynchronous network applications on the Linux platform.
https://reactivemarkets.github.io/toolbox-cpp/
Other
21 stars 20 forks source link

Generalise JSON exception format #27

Closed markaylett closed 5 years ago

markaylett commented 5 years ago

Although the Exception class is designed to represent different kinds of exception, the current JSON format is quite specific to HTTP. The format should be generalised and brought more in line with the emerging OpenAPI standard.