DecodedUrl

endpoints4s.algebra.server.DecodedUrl
See theDecodedUrl companion trait
object DecodedUrl

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
DecodedUrl.type

Members list

Type members

Classlikes

case class Malformed(errors: Seq[String]) extends DecodedUrl[Nothing]

The URL candidate matched the given URL definition, but the decoding process failed

The URL candidate matched the given URL definition, but the decoding process failed

Attributes

Supertypes
trait Product
trait Equals
trait DecodedUrl[Nothing]
trait Serializable
class Object
trait Matchable
class Any
Show all
case class Matched[+A](value: A) extends DecodedUrl[A]

The URL candidate matched the given URL definition, and a A value was extracted from it

The URL candidate matched the given URL definition, and a A value was extracted from it

Attributes

Supertypes
trait Product
trait Equals
trait DecodedUrl[A]
trait Serializable
class Object
trait Matchable
class Any
Show all
case object NotMatched extends DecodedUrl[Nothing]

The URL candidate didn’t match the given URL definition

The URL candidate didn’t match the given URL definition

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
trait DecodedUrl[Nothing]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
NotMatched.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror