Summary
Specifies what to do in case of operation failing.
Enum values
| 0 | Just ignore the failure: no exceptions thrown, no dialogs shown |
| 2 | Ask the user to retry or to skip operation. No exceptions thrown. |
| 3 | Ask the user to retry, skip operation or cancel. SettingsCancelException thrown on cancel. |
| 1 | Throw an exception in case of failure |