Skip to content
Snippets Groups Projects

Error handling

Merged Timm Fitschen requested to merge dev into main
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
+ 1
2
@@ -18,8 +18,6 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
*/
#include <iostream>
#include <memory> // for unique_ptr, allocator, __shar...
#include "caosdb/connection.h" // for Connection, ConnectionManager
#include "caosdb/entity.h" // for Entity, Messages, Message
#include "caosdb/message_code.h" // for ENTITY_DOES_NOT_EXIST, Messag...
@@ -29,6 +27,7 @@
#include "gtest/gtest-message.h" // for Message
#include "gtest/gtest-test-part.h" // for TestPartResult, SuiteApiResolver
#include "gtest/gtest_pred_impl.h" // for Test, EXPECT_EQ, AssertionResult
#include <memory> // for unique_ptr, allocator, __shar...
namespace caosdb::transaction {
using caosdb::entity::MessageCode;
Loading