Commit 0d2638e
authored
_**READ BEFORE MERGING:** All PRs require approval by both Server AND
SDK teams before merging! This is why the number of required approvals
is "2" and not "1"--two reviewers from the same team is NOT sufficient.
If your PR is not approved by someone in BOTH teams, it may be summarily
reverted._
<!-- Describe what has changed in this PR -->
**What changed?**
Adding a `cause` field to `RespondQueryTaskCompletedRequest` similar to
`RespondWorkflowTaskFailedRequest`.
<!-- Tell your future self why have you made these changes -->
**Why?**
Server needs a clean way to distinguish NDE and some other
versioning-related errors for the dry-run API and user-experience
insights.
<!-- Are there any breaking changes on binary or code level? -->
**Breaking changes**
No
<!-- If this breaks the Server, please provide the Server PR to merge
right after this PR was merged. -->
**Server PR**
None at the moment.- SDK needs to send the info
1 parent 5771218 commit 0d2638e
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
985 | 985 | | |
986 | 986 | | |
987 | 987 | | |
| 988 | + | |
| 989 | + | |
| 990 | + | |
988 | 991 | | |
989 | 992 | | |
990 | 993 | | |
| |||
0 commit comments