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
https://github.com/CluedIn-io/Enricher.VatLayer/blob/ae711603e9664cc54e650a1cdb6b33e6db571697/src/VatLayerExternalSearchProvider.cs#L69
Exception handling try .. catch blocks are missing from public methods called by the CluedIn server framework.
try .. catch
Consider adding:
Add try .. catch exception handling in public methods where service boundaries are crossed
Add logging in catch handling blocks to raise Error level log events
catch
Error
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/CluedIn-io/Enricher.VatLayer/blob/ae711603e9664cc54e650a1cdb6b33e6db571697/src/VatLayerExternalSearchProvider.cs#L69
Exception handling
try .. catch
blocks are missing from public methods called by the CluedIn server framework.Consider adding:
Add
try .. catch
exception handling in public methods where service boundaries are crossedAdd logging in
catch
handling blocks to raiseError
level log eventsThe text was updated successfully, but these errors were encountered: