Error Handling
100

What enables you to handle predictable exceptions within a bot

What is if and else statement logic

200

What is the action that handles exceptions?

what is the catch

300

What actions enable you to handle unpredictable exceptions within the bot

what is the error handler (try, catch, finally, and throw)
400

What is the sequence of actions in which you expect to encounter an error?

What is the try

500

What action gets executed regardless of whether an exception occurs or not

What is Finally