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

feat(dotnet-sdk): handle business exception and technical errors in task worker #1163

Merged
merged 5 commits into from
Nov 28, 2024

Conversation

KarlaCarvajal
Copy link
Contributor

@KarlaCarvajal KarlaCarvajal commented Nov 25, 2024

  • Add business exception in LH Task Worker
  • Catch Business Exception during task execution
  • Handle technical errors in the SDK
  • Add project example
  • Fix void return type in LH Task Methods

@KarlaCarvajal KarlaCarvajal linked an issue Nov 27, 2024 that may be closed by this pull request
@KarlaCarvajal KarlaCarvajal marked this pull request as ready for review November 27, 2024 20:02
@KarlaCarvajal KarlaCarvajal changed the title feat(dotnet-sdk): add business exception in task worker feat(dotnet-sdk): handle business exception and technical errors in task worker Nov 27, 2024
@KarlaCarvajal KarlaCarvajal merged commit 8cfab26 into master Nov 28, 2024
12 checks passed
@KarlaCarvajal KarlaCarvajal deleted the feat/worker-business-exceptions branch November 28, 2024 16:25
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

Successfully merging this pull request may close these issues.

Throw Business-Level EXCEPTIONs in DotNet Task Worker
2 participants