Simply letting Exceptions bubble up outside of your provider will display an error string witht eh exception's message. I don't know if that's the "correct" way but at least it works
brave-knife-93369
04/01/2021, 10:08 AM
(to be clear, just e.g.
raise Exception("Some information")
)
a
astonishing-branch-30086
04/01/2021, 1:33 PM
Thanks @brave-knife-93369, this seems to work well indeed!