So you developed an app that handles offline and online using LoadData and SaveData, and then you come across this weird ...
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 ...