Roll out error message utils
This code should really be in a cpp/hpp file, not in a generated python
script. The python script housed this temporarily to allow us to
generate the registries. It's time to roll it out.
Tested: Message registries generate successfully on GET. Redfish
service validator passes.
Change-Id: I7aca2d0a7fac6d530511421b667ff732617df61e
Signed-off-by: Ed Tanous <etanous@nvidia.com>
diff --git a/meson.build b/meson.build
index ffc0c14..9c16bde 100644
--- a/meson.build
+++ b/meson.build
@@ -358,6 +358,7 @@
'http/mutual_tls.cpp',
'redfish-core/src/dbus_log_watcher.cpp',
'redfish-core/src/error_messages.cpp',
+ 'redfish-core/src/error_message_utils.cpp',
'redfish-core/src/event_log.cpp',
'redfish-core/src/filesystem_log_watcher.cpp',
'redfish-core/src/filter_expr_executor.cpp',