Failure
mill.api.daemon.ExecResult.Failure
An intentional failure, which provides a proper error message as well as an optional result value.
Type parameters
- T
-
The result type of the computed task.
Value parameters
- msg
-
The error message.
Attributes
- Source
- ExecResult.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Serializabletrait Producttrait Equalstrait Failing[T]trait ExecResult[T]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Source
- ExecResult.scala
Attributes
- Source
- ExecResult.scala
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Any
- Source
- ExecResult.scala
Inherited methods
Attributes
- Definition Classes
- Inherited from:
- Failing
- Source
- ExecResult.scala
Attributes
- Inherited from:
- ExecResult
- Source
- ExecResult.scala
Attributes
- Inherited from:
- ExecResult
- Source
- ExecResult.scala
An iterator over the names of all the elements of this product.
An iterator over the names of all the elements of this product.
Attributes
- Inherited from:
- Product
- Source
- Product.scala
An iterator over all the elements of this product.
An iterator over all the elements of this product.
Attributes
- Returns
-
in the default implementation, an
Iterator[Any] - Inherited from:
- Product
- Source
- Product.scala
Attributes
- Inherited from:
- Failing
- Source
- ExecResult.scala
In this article