Backend

io.worxbend.tui.runtime.RunnerError.Backend
final case class Backend(error: BackendError, queuedTasks: Option[QueuedTaskFailures])

The backend failed, which ends the loop. queuedTasks carries whatever queued-body failures the loop had already absorbed, so they are still reported when a terminal failure happens to follow them.

Attributes

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product