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

spice.net.URLParseFailure.scala Maven / Gradle / Ivy

There is a newer version: 0.7.2
Show newest version
package spice.net

case class URLParseFailure(message: String, failureCode: Int, cause: Option[Throwable] = None)

object URLParseFailure {
  val QuickFail: Int = 1
  val InvalidHost: Int = 2
  val EmailAddress: Int = 3
  val InvalidTopLevelDomain: Int = 4
  val Exception: Int = 5
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy