SimpleThrowable

zio.exception.SimpleThrowable
See theSimpleThrowable companion object
final case class SimpleThrowable(message: String, `type`: String, stacktrace: Option[String], cause: Option[String])

This class defines a SimpleThrowable entity

Value parameters

cause

the cause of the exception

message

the error message

stacktrace

the stacktrace of the exception

type

the type of the SimpleThrowable entity

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
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