8.1 Introduction

What are conditions? Problems that happen in functions:

  • Error
  • Warning
  • Message

As a function author, one can signal them–that is, say there’s a problem.

As a function consumer, one can handle them–for example, react or ignore.