Failing
mill.api.ExecResult.Failing
@Scaladoc(value = "/**\n * A failed task execution.\n * @tparam T The result type of the computed task.\n */")
sealed trait Failing[+T] extends ExecResult[T]
A failed task execution.
Type parameters
- T
-
The result type of the computed task.
Attributes
- Source
- ExecResult.scala
- Graph
-
- Supertypes
- Known subtypes
Members list
In this article