The types of errors that can occur while running a step.
Union case | Description |
Full Usage:
MakeAbort message
Parameters:
Message list
-
A list of message that should be printed to the console.
|
The make was aborted, most likely by the CancellationToken in the MakeContext being cancelled.
|
Full Usage:
MakeError message
Parameters:
Message list
-
A list of message that should be printed to the console.
|
|
Full Usage:
MakeUnhandledEx ex
Parameters:
exn
|
An unhandled exception occurred while running the Make.
|