Failure

constructor(message: String, throwable: Throwable? = null, outcome: Outcome<*>? = null)

Parameters

message

A description of the failure.

throwable

An optional Throwable that caused the failure.

outcome

An optional nested Outcome for chained failures.