Skip to content
Snippets Groups Projects

Better Error Handling and Logging

Merged Timm Fitschen requested to merge dev into main
All threads resolved!
6 files
+ 18
17
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 2
2
@@ -114,8 +114,8 @@ private:
/**
* Messages convey information about the state and result of transactions.
*
* A Message object can be thought of as kinf of a generalized error object in other frameworks.
* Please have a look at MessageCodes for more details.
* A Message object can be thought of as kinf of a generalized error object in
* other frameworks. Please have a look at MessageCodes for more details.
*/
class Message {
public:
Loading