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