Failed

endless.transaction.Transaction.Status.Failed
final case class Failed(errors: NonEmptyList[String]) extends Final[Nothing]

Transaction has failed due to an exception raised by one of the participating branches.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Final[Nothing]
trait Status[Nothing]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product