Interfaces on the read path
App Development3 posts177 viewsLast activity May 2023
LE
Leonid_RozenbergOP
May 2023If I implement an interface for a template and there’s an error during execution, would any part of the API notify me?
CO
cocreature
May 2023The InterfaceView has a view_status field that should tell you about the error daml/event.proto at 3b2a89e06065bfc316f589d9f5d3e68020af2143 · digital-asset/daml · GitHub
LE
Leonid_Rozenberg
May 2023That makes a lot of sense, thank you. For some reason I was fixed on just the changes to the CreatedEvent.