Note: This API documentation is for FAKE version 4. The migration API documentation can be found
here. The API documentation for the new fake 5 modules can be found
here
ErrorControl
Determines what action should be taken on an error.
Union Cases
Union Case | Description |
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. |