`submitMustFailWith`

It’s not broken in Daml script. If you throw in Script you can catch it. What doesn’t work is throwing an exception in a submission` and expecting to catch that exception on the client side. See How do I catch an inbuilt Exception in a Script? - #2 by cocreature for the same discussion.

1 Like