diff --git a/src/CaosDB.jl b/src/CaosDB.jl
index fb7a3d8b6eefc304af8c7ecbc76150f81c71d137..e42d5046e510111abc8a0cc86c81933c92040c5d 100644
--- a/src/CaosDB.jl
+++ b/src/CaosDB.jl
@@ -77,6 +77,9 @@ export append_parent,
     set_value,
     set_importance
 
+# helper functions
+export has_errors, has_warnings
+
 # Exports from module Transaction
 export create_transaction,
     add_retrieve_by_id,