All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pureconfig.module.zioconfig.ZioConfigReadError.scala Maven / Gradle / Ivy

The newest version!
package pureconfig.module.zioconfig

import zio.config.ReadError

import pureconfig.error.FailureReason

final case class ZioConfigReadError[A](re: ReadError[A]) extends FailureReason {
  override def description: String = s"ZioConfigReadError: $re"
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy