Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found here. If the API is already migrated you can check here if exists in a module. More information regarding the migration can be found here

OBSOLETE

Use Fake.Installer.Wix instead (FAKE0001 - package: Fake.Installer.Wix - member: Fake.Installer.Wix.ErrorControl)

ErrorControl

Determines what action should be taken on an error.

Union Cases

Union CaseDescription
Critical
Signature:

Logs the error if it is possible and the system is restarted with the last configuration known to be good. If the last-known-good configuration is being started, the startup operation fails.

Ignore
Signature:

Logs the error and continues with the startup operation.

Normal
Signature:

Logs the error, displays a message box and continues the startup operation.