driplineorg / dripline-cpp

C++ Implementation of the Dripline framework
http://driplineorg.github.io
Apache License 2.0
1 stars 0 forks source link

helper for decoding return codes to string representations #5

Closed laroque closed 5 years ago

laroque commented 5 years ago

At low priority (we can just go look at the spec), it would be nice to be able to convert return codes to the string descriptions from the dripline spec.

It would be great if there was a meta programming solution and/or if it could be included as part of the existing macros.

Priority is quite low.

nsoblath commented 5 years ago

Completed in 8dfa717