ParamMatchingError

You can implement this trait for your own error type A, and provide an implicit instance in the companion object of A in order to use all pre-defined urldsl.language.QueryParameters.

You can implement this trait for your own error type A, and provide an implicit instance in the companion object of A in order to use all pre-defined urldsl.language.QueryParameters.

Type Params
A

the type of your error.

Example

See implementations of DummyError and SimpleParamMatchingError

class Object
trait Matchable
class Any

Value members

Abstract methods

def missingParameterError(paramName: String): A