romange / gaia

C++ framework for rapid server development
https://romange.github.io/gaia/
BSD 2-Clause "Simplified" License
76 stars 14 forks source link

introduce gaia custom error messages #24

Closed romange closed 5 years ago

romange commented 5 years ago
  1. Instead of errc::illegal_byte_sequence in rpc code. use rpc::error that has more detailed meaning.
  2. Scan util code for more references to system and http errors and see if gaia errors make more sense.
romange commented 5 years ago

Fixed by https://github.com/romange/gaia/pull/27