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

Propagate and handle errors in dds gateway #3

Open
mossmaurice opened this issue Aug 15, 2022 · 0 comments
Open

Propagate and handle errors in dds gateway #3

mossmaurice opened this issue Aug 15, 2022 · 0 comments
Labels
refactoring Code changes without introducing new features

Comments

@mossmaurice
Copy link
Contributor

Brief feature description

In iox_to_dds.inl and dds_to_iox.inl methods which are returning an cxx::expected are called but the error case is dismissed with IOX_DISCARD_RESULT. Either the cxx::expected is propagated to the user so that they can handle it or it has to be handled internally.

When this issue is closed the IOX_DISCARD_RESULT has to be gone and whenever the gateway is unable to work the user should be notified via the API.

@mossmaurice mossmaurice added the refactoring Code changes without introducing new features label Aug 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Code changes without introducing new features
Projects
None yet
Development

No branches or pull requests

1 participant