com.geirolz.app.toolkit.error

Members list

Type members

Classlikes

trait ErrorLifter[F[_], E]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
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

Givens

Givens

given given_Semigroup_Throwable: Semigroup[Throwable]

Extensions

Extensions

extension (ctx: StringContext)
inline def error(args: Any*): RuntimeException
extension (str: String)
inline def asError: RuntimeException