Err

steps.result.Result.Err
final case class Err[+E](error: E) extends Result[Nothing, E]

Contains the error value

Attributes

Members list

Value members

Inherited methods

def iterator: Iterator[Nothing]

Attributes

Inherited from:
Result
override def knownSize: Int

Attributes

Definition Classes
Result -> IterableOnce
Inherited from:
Result
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def stepper[S <: Stepper[_]](implicit shape: StepperShape[Nothing, S]): S

Attributes

Inherited from:
IterableOnce