This is possibly a really silly question, but I am writing a custom app, on these 2 functions there is a parameter for an error message, but where is that surfaced?
I have added PD.fail("Foo")
to the top of my transformer and called the endpoint, I still get a success response, although of course no incident is created as it doesn’t get to the PD.emitEventsV2
I tried searching here and was surprised not to fail anything