Wono1
1
Hi, does an error handling module/ instruction always count as an additional operation?
For example, I have 15 operations and now 5 error-handling modules. Now it says 20 operations.
My question: Are 20 operations now billed for each execution or are only 15 billed and 1 is added if an error handling jumps in?
VikarM
2
Hi,
Error handling modules do not count as a billed operation if you are using one of the following error handling modules:
- Resume
- Ignore
- Break
- Roll Back
But if you have an email module or something else that is not on the list above as an error handling method then it does cost operations.
Let me know if you need more info 
2 Likes