com.geirolz.app.toolkit.error

Members list

Type members

Classlikes

trait ErrorLifter[F[_], E]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Self type
ErrorLifter[F, E]
object ErrorLifter

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
trait MultiError[E]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object MultiError

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
MultiError.type
final class MultiException(val errors: NonEmptyList[Throwable]) extends Throwable, NoStackTrace, MultiError[Throwable]

Attributes

Companion
object
Supertypes
trait MultiError[Throwable]
trait NoStackTrace
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
implicit class RuntimeExpressionStringCtx(ctx: StringContext)

Attributes

Supertypes
class Object
trait Matchable
class Any
implicit class ThrowableSyntax[T <: Throwable](ex: T)

Attributes

Supertypes
class Object
trait Matchable
class Any

Implicits

Implicits

final implicit def RuntimeExpressionStringCtx(ctx: StringContext): RuntimeExpressionStringCtx
final implicit def ThrowableSyntax[T <: Throwable](ex: T): ThrowableSyntax[T]
implicit val throwableSemigroup: Semigroup[Throwable]