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

Instance members

Instance member Description

this.IsMissingQueryParams

Full Usage: this.IsMissingQueryParams

Returns: bool
Returns: bool

this.IsQueryParamError

Full Usage: this.IsQueryParamError

Returns: bool
Returns: bool

this.IsSegmentLengthMismatch

Full Usage: this.IsSegmentLengthMismatch

Returns: bool
Returns: bool

this.IsSegmentMismatch

Full Usage: this.IsSegmentMismatch

Returns: bool
Returns: bool

this.IsUnparsableParam

Full Usage: this.IsUnparsableParam

Returns: bool
Returns: bool

Type something to start searching.