FATAL
Aborts the progress of the current process (Gradle build/Import/...).
Used extremely sparingly, as failing the current process can:
mask further errors (forcing users to make multiple runs before fixing all issues)
lead to unpleasant UX in IDE (if the failure happens during import, then depending on when it happened users might not have even basic IDE assistance, which makes fixing the root cause very annoying)
For example, it could be used for irreconcilable misconfigurations / malformed input which prevent further configuration and when the graceful degradation (allowing configuration phase to finish) is too expensive.
Since
2.4.20