Header menu logo Navs

QueryParamError Type

Union cases

Union case Description

MissingRequired string

Full Usage: MissingRequired string

Parameters:
    Item : string

Item : string

UnparsableQueryItem(name, expectedType, value)

Full Usage: UnparsableQueryItem(name, expectedType, value)

Parameters:
    name : string
    expectedType : TypedParam
    value : string

name : string
expectedType : TypedParam
value : string

UnparsableQueryItems (string * TypedParam * string) list

Full Usage: UnparsableQueryItems (string * TypedParam * string) list

Parameters:
Item : (string * TypedParam * string) list

Instance members

Instance member Description

this.IsMissingRequired

Full Usage: this.IsMissingRequired

Returns: bool
Returns: bool

this.IsUnparsableQueryItem

Full Usage: this.IsUnparsableQueryItem

Returns: bool
Returns: bool

this.IsUnparsableQueryItems

Full Usage: this.IsUnparsableQueryItems

Returns: bool
Returns: bool

Type something to start searching.