PathMatchingError

You can implement this trait for your own error type A, a giving an implicit instance in the companion object of A so that it is available for all pre-defined urldsl.language.PathSegment.

You can implement this trait for your own error type A, a giving an implicit instance in the companion object of A so that it is available for all pre-defined urldsl.language.PathSegment.

Type Params
A

type of the error.

Example

See implementations of DummyError or SimpleParamMatchingError

class Object
trait Matchable
class Any

Value members

Abstract methods

def endOfSegmentRequired(remainingSegments: List[Segment]): A
def malformed(str: String): A
def unit: A
def wrongValue(expected: String, actual: String): A