• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

temporalio / sdk-go / 12263525702

10 Dec 2024 07:43PM UTC coverage: 64.138% (-0.1%) from 64.234%
12263525702

push

github

web-flow
Nexus error rehydration (#1751)

## What was changed

Add support for full Temporal error rehydration.
Any Temporal errors returned over the Nexus boundary will now automatically be fully rehydrated on the caller side.

Some notable points:
- The Nexus SDK was upgraded to `v0.1.0`, which is a breaking change. Temporal Nexus users should refer to the [release notes](https://github.com/nexus-rpc/sdk-go/releases/tag/v0.1.0) before upgrading the Temporal SDK.
- `nexus.HandlerError` now has a `Failure` representation and is visible to the caller workflow.
- Arbitrary errors are translated to `ApplicationError` as they do in the rest of the Temporal SDK.
- `WorkflowExecutionError`, `QueryRejectedError`, and non retryable `ApplicationError`s are no longer translated to bad request handler errors, instead they're translated to `OperationError`s.

## Why?

Provide a more consistent experience for Temporal users and on par debugging experience with workflows and activities.

Note that the functional tests weren't committed since they depend on unmerged server changes. They will be added in a followup PR.

16184 of 25233 relevant lines covered (64.14%)

14886.59 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/internal_nexus_task_handler.go


Source Not Available

The file "internal_nexus_task_handler.go" isn't available on github. Either it's been removed, or the repo root directory needs to be updated.

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc