Skip to content
Snippets Groups Projects
Commit c42c7cd8 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

DOC: Note about future changes.

parent 5ec4ee5b
No related branches found
No related tags found
1 merge request!1Initial functionality
Pipeline #11108 failed
...@@ -49,6 +49,9 @@ void test(); ...@@ -49,6 +49,9 @@ void test();
* *
* @return pair<string msgId, string msgText> The message ID and message text which can be passed to * @return pair<string msgId, string msgText> The message ID and message text which can be passed to
* Octave. * Octave.
*
* @note Additional utility functions should be easy to implement when the libcaosdb error handling
* changes.
*/ */
std::pair<string, string> exceptionToMessage(const caosdb::exceptions::Exception &exc); std::pair<string, string> exceptionToMessage(const caosdb::exceptions::Exception &exc);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment