Packages

package errors

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. errors
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class AndError(errors: NonEmptyChain[CfgError]) extends CfgError with Product with Serializable
  2. implicit final class CfgErrorOps extends AnyVal
  3. final case class OrError(errors: NonEmptyChain[CfgError]) extends CfgError with Product with Serializable
  4. final class UnexpectedNode[T] extends NodeError

Value Members

  1. implicit val cfgErrorAndSemigroup: Semigroup[CfgError]
  2. object UnexpectedNode

Inherited from AnyRef

Inherited from Any

Ungrouped