Header menu logo Navs

MatchingError Type

The error that can be returned when the URL doesn't match the template

Union cases

Union case Description

MissingQueryParams string list

Full Usage: MissingQueryParams string list

Parameters:
    Item : string list

Item : string list

QueryParamError QueryParamError

Full Usage: QueryParamError QueryParamError

Parameters:
Item : QueryParamError

SegmentLengthMismatch

Full Usage: SegmentLengthMismatch

SegmentMismatch(string, string)

Full Usage: SegmentMismatch(string, string)

Parameters:
    Item1 : string
    Item2 : string

Item1 : string
Item2 : string

UnparsableParam(name, expectedType, value)

Full Usage: UnparsableParam(name, expectedType, value)

Parameters:
    name : string
    expectedType : TypedParam
    value : string

name : string
expectedType : TypedParam
value : string

Type something to start searching.