LogCause

oxygen.zio.logger.LogCause
See theLogCause companion trait
object LogCause

Attributes

Companion
trait
Experimental
true
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
LogCause.type

Members list

Type members

Classlikes

sealed trait Base extends LogCause

Attributes

Supertypes
trait LogCause
class Object
trait Matchable
class Any
Known subtypes
class Die
class Fail
class Interrupt
final case class Both(left: LogCause, right: LogCause) extends LogCause

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait LogCause
class Object
trait Matchable
class Any
Show all
final case class Die(value: EncodedThrowable, trace: Option[StackTrace]) extends Base

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Base
trait LogCause
class Object
trait Matchable
class Any
Show all
case object Empty extends LogCause

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait LogCause
class Object
trait Matchable
class Any
Show all
Self type
Empty.type
final case class Fail(value: Json, trace: Option[StackTrace]) extends Base

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Base
trait LogCause
class Object
trait Matchable
class Any
Show all
final case class Interrupt(fiberId: FiberId, trace: Option[StackTrace]) extends Base

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Base
trait LogCause
class Object
trait Matchable
class Any
Show all
final case class Then(left: LogCause, right: LogCause) extends LogCause

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait LogCause
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def fromZio(cause: Cause[Json]): LogCause
def fromZio[E](cause: Cause[E], errorLogger: ErrorLogger[E]): LogCause

Givens

Givens

given derived$JsonCodec: JsonCodec[LogCause]