case *nexuspb.StartOperationResponse_AsyncSuccess:
return nil
// Operation processed but failed — the worker returned an explicit failure.
return temporal.GetDefaultFailureConverter().FailureToError(t.Failure)
default:
return nexus.NewHandlerErrorf(nexus.HandlerErrorTypeInternal, "empty or unknown start operation response variant")