Panic

kyo.Result$package.Result.Panic
See thePanic companion object
case class Panic(exception: Throwable) extends Error[Nothing]

Represents a panic situation in a Result.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Error[Nothing]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def getFailure: Nothing | Throwable

Gets the failure value.

Gets the failure value.

Attributes

Returns

The error value or exception

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product