QueryParamError Type
Union cases
Union case | Description |
Full Usage:
MissingRequired string
Parameters:
string
|
|
Full Usage:
UnparsableQueryItem(name, expectedType, value)
Parameters:
string
expectedType : TypedParam
value : string
|
|
Full Usage:
UnparsableQueryItems (string * TypedParam * string) list
Parameters:
(string * TypedParam * string) list
|
|
Instance members
Instance member | Description |
Full Usage:
this.IsMissingRequired
Returns: bool
|
|
Full Usage:
this.IsUnparsableQueryItem
Returns: bool
|
|
Full Usage:
this.IsUnparsableQueryItems
Returns: bool
|
|