mapper-wait: handle switch to openbmc exceptions

libmapper was searching for specific errno values (ENOENT) as
an indication of the mapper API failure instead of the error
message, which made it difficult to identify the need to fix up
the error path.  Switch from checking for ENOENT to the
xyz.openbmc_project error message returned by the APIs.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I58700acd89f7f01474e2b985c8a8fec323cec112
1 file changed
tree: e3f6797a91ae3c493532ba10fcdfd3bb0a1ca541
  1. fail-monitor/
  2. libmapper/
  3. src/
  4. .clang-format
  5. .gitignore
  6. bootstrap.sh
  7. configure.ac
  8. LICENSE
  9. MAINTAINERS
  10. Makefile.am
  11. README.md
README.md

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To clean the repository run `./bootstrap.sh clean`.