We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c33e6f7 commit fffcaa3Copy full SHA for fffcaa3
temporal/api/workflowservice/v1/request_response.proto
@@ -1829,8 +1829,10 @@ message RespondNexusTaskFailedRequest {
1829
string identity = 2;
1830
// A unique identifier for this task.
1831
bytes task_token = 3;
1832
- // The error the handler failed with.
1833
- temporal.api.nexus.v1.HandlerError error = 4;
+ // Deprecated. Use the failure field instead.
+ temporal.api.nexus.v1.HandlerError error = 4 [deprecated = true];
1834
+ // The error the handler failed with. Must contain a NexusHandlerFailureInfo object.
1835
+ temporal.api.failure.v1.Failure failure = 5;
1836
}
1837
1838
message RespondNexusTaskFailedResponse {
0 commit comments