Hi, I'm writing a HMS hook and I noticed that the hook fires no matter if the operation succeeded or not. For example, if a user creates an already existing table, the operation will fail but the the hook will fire regardless.
Is there a way to either validate that the operation succeeded or fire only upon success? TY. Daniel