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

pureconfig.module.cats.EmptyTraversableFound.scala Maven / Gradle / Ivy

package pureconfig.module.cats

import pureconfig.error.FailureReason

/**
  * A failure representing an unexpected empty traversable
  *
  * @param typ the type that was attempted to be converted to from an empty string
  */
final case class EmptyTraversableFound(typ: String) extends FailureReason {
  def description = s"Empty collection found when trying to convert to $typ."
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy