In its simplest form IfError will let you run some code, when it fails an alternative code will run. This alternative code is calls fallback code. In the example ...