Attributes
- Companion
- trait
- Source
- ExecResult.scala
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ExecResult.type
Members list
Type members
Classlikes
A task execution was skipped/aborted because of earlier (maybe unrelated) tasks failed and the evaluation was in fail-fast mode.
A task execution was skipped/aborted because of earlier (maybe unrelated) tasks failed and the evaluation was in fail-fast mode.
Attributes
- Source
- ExecResult.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait ExecResult[Nothing]class Objecttrait Matchableclass AnyShow all
- Self type
-
Aborted.type
An (mostly) unintentionally failed task which the exception that caused the failure.
An (mostly) unintentionally failed task which the exception that caused the failure.
Value parameters
- outerStack
-
The OuterStack of the failed task.
- throwable
-
The exception that describes or caused the failure.
Attributes
- Source
- ExecResult.scala
- Supertypes
-
trait Producttrait Equalstrait Failing[Nothing]trait ExecResult[Nothing]class Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
A failed task execution.
A failed task execution.
Type parameters
- T
-
The result type of the computed task.
Attributes
- Source
- ExecResult.scala
- Supertypes
- Known subtypes
An intentional failure, which provides a proper error message as well as an optional result value.
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.
- value
-
The optional result value.
Attributes
- Source
- ExecResult.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Failing[T]trait ExecResult[T]class Objecttrait Matchableclass AnyShow all
Attributes
- Source
- ExecResult.scala
- Supertypes
-
class Objecttrait Matchableclass Any
A task execution was skipped because of failures in its dependencies.
A task execution was skipped because of failures in its dependencies.
Attributes
- Source
- ExecResult.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait ExecResult[Nothing]class Objecttrait Matchableclass AnyShow all
- Self type
-
Skipped.type
A successful task execution.
A successful task execution.
Type parameters
- T
-
The result type of the computed task.
Value parameters
- value
-
The value computed by the task.
Attributes
- Source
- ExecResult.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ExecResult[T]class Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The name of the type
Value members
Implicits
Implicits
Attributes
- Source
- ExecResult.scala