We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The error handling in the BGP state monitor task currently consists of logging the error and then the function returning None.
None
Instead we should throw appropriate errors and then handle them from where that function is called.
It needs to be discussed when/where exactly to throw which errors.
Originally mentioned in #133 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The error handling in the BGP state monitor task currently consists of logging the error and then the function returning
None
.Instead we should throw appropriate errors and then handle them from where that function is called.
It needs to be discussed when/where exactly to throw which errors.
Originally mentioned in #133 (comment)
The text was updated successfully, but these errors were encountered: