ConfigureError

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

Type members

Classlikes

final case class InvalidConfigureOp(path: ConfigurePath, op: ConfigureOp, differType: String) extends ConfigureError
final case class NonExistentField(path: ConfigurePath, dfferType: String) extends ConfigureError
final case class PathTooLong(path: ConfigurePath) extends ConfigureError
final case class PathTooShortForReplace() extends ConfigureError
final case class UnrecognizedSubType(path: ConfigurePath, allowedTypes: Vector[String]) extends ConfigureError

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror