Malformed

endpoints4s.algebra.server.DecodedUrl.Malformed
case class Malformed(errors: Seq[String]) extends DecodedUrl[Nothing]

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

Attributes

Graph
Supertypes
trait Product
trait Equals
trait DecodedUrl[Nothing]
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product