This message was deleted.
# general
s
This message was deleted.
w
say something goes wrong with the create or update. how do you communicate that via the create or update fxn?
g
Throw an exception, which should stop the preview or update from proceeding. e.g. in Python:
raise Exception('an error occurred')