Expand description
Errors that can happen when extracting query parameters.
Structs§
- Something went wrong when trying to deserialize the percent-decoded query parameters into the target type you specified—
T
inQueryParams<T>
.
Enums§
- The error returned by
QueryParams::extract
when the extraction fails.