Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sdbusplus exceptions! -- need to add try/catch if we want to fail nicely #4

Open
pstrinkle opened this issue Sep 6, 2018 · 0 comments
Assignees

Comments

@pstrinkle
Copy link
Member

dbus/dbusconfiguration.cpp:160: auto resp = bus.call(mapper);
dbus/dbusconfiguration.cpp:219: auto responce = bus.call(endpoint);

dbus/dbuswrite.cpp:49: auto resp = writeBus->call(mesg);
dbus/dbuswrite.cpp:65: auto resp = writeBus->call(mesg);

dbus/util.cpp:26: auto responseMsg = bus.call(mapper);
dbus/util.cpp:54: auto valueResponseMsg = bus.call(pimMsg);

ipmi/manualcmds.cpp:87: auto valueResponseMsg = propertyReadBus.call(pimMsg);
ipmi/manualcmds.cpp:198: auto responseMsg = PropertyWriteBus.call(pimMsg);

setsensor.cpp:44: auto responseMsg = PropertyWriteBus.call(pimMsg);
setsensor.cpp:80: auto responseMsg = PropertyWriteBus.call(pimMsg);

@pstrinkle pstrinkle self-assigned this Sep 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant