Result.Problem

trait Problem

Problem explaining why result value is not available.

Source
Problem.scala
class java.lang.Object
trait scala.Matchable
class Any

Def

def exceptionOpt: Opt[java.lang.Exception]

Optional exception

Optional exception

A problem may or may not be triggered by an exception, which can be optionally retrieved.

Source
Problem.scala
def message: String

Description

Description

Returns the problem description

Source
Problem.scala