How can transactional systems handle errors differently from interactive systems?
Interactive systems should always shut down in case of errors
Interactive systems can ask the user what to do
Transactional systems undo changes made during a defective step
Transactional systems should display a message for every error