You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't mention MultiOperation in Update-with-Start error (#7826)
## What changed?
Always say "Update-with-Start" in the error message returned to the user
when using MultiOperations.
(internally, History will still use MultiOperation in the error
messages)
## Why?
Users wouldn't (and shouldn't) know that Update-with-Start happens to be
a MultiOperation.
## How did you test it?
- [ ] built
- [ ] run locally and tested manually
- [x] covered by existing tests
- [ ] added new unit test(s)
- [ ] added new functional test(s)
## Potential risks
I don't expect any users to match on that string. There might be SDK
tests that break now; I'll have to follow up on that.
0 commit comments