Result

object Result
Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

final case class Error(maybeMessage: Option[String]) extends Result
Companion
object
object Error
Companion
class
final case class Info(message: String) extends Result
case object Ok extends Result
final case class Warning(maybeMessage: Option[String]) extends Result
Companion
object
object Warning
Companion
class

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

Inherited from
Mirror