exception: add errno

NotFoundException inherits from an sdbusplus exception, which
now requires a 'get_errno' interface.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I549f26a0f2096df3be6cc05870c58755e46f393b
1 file changed
tree: 94af62682c3fb12d868813f6a39a090cc56d92ac
  1. fail-monitor/
  2. libmapper/
  3. src/
  4. subprojects/
  5. .clang-format
  6. .gitignore
  7. LICENSE
  8. MAINTAINERS
  9. meson.build
  10. meson_options.txt
  11. README.md
README.md

Prerequisites

Non-OpenBMC build dependencies are:

  • meson/ninja
  • boost
  • libsystemd
  • systemd
  • tinyxml2

Build

meson build && ninja -C build

Run Unit Tests

meson build && ninja -C build test

Clean the repository

rm -rf build