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#L109
Missing else block to handle successful calls to client.ExecuteTaskAsync<VatLayerResponse>(request) that return invalid data.
client.ExecuteTaskAsync<VatLayerResponse>(request)
Failure paths in public methods should either throw an exception or return an error result. In both cases the failure condition should be logged.
throw
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#L109
Missing else block to handle successful calls to
client.ExecuteTaskAsync<VatLayerResponse>(request)
that return invalid data.Failure paths in public methods should either
throw
an exception or return an error result. In both cases the failure condition should be logged.The text was updated successfully, but these errors were encountered: