Skip to content
Snippets Groups Projects

ENH: Allow insertion and deletion of single entities

Merged Florian Spreckelsen requested to merge f-insert into dev
All threads resolved!
Compare and Show latest version
2 files
+ 42
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -47,6 +47,7 @@ enum StatusCode {
GENERIC_TRANSACTION_ERROR = 22,
CONFIGURATION_ERROR = 23,
UNKNOWN_CONNECTION_ERROR = 24,
TRANSACTION_STATUS_ERROR = 25,
};
auto get_status_description(int code) -> const std::string &;
Loading