Expand description
Errors that can happen when extracting query parameters.
Structs§
- Query
Deserialization Error - Something went wrong when trying to deserialize the percent-decoded query parameters into
the target type you specified—
TinQueryParams<T>.
Enums§
- Extract
Query Params Error - The error returned by
QueryParams::extractwhen the extraction fails.
Constants§
- EXTRACT_
QUERY_ PARAMS_ ERROR_ INTO_ RESPONSE - A handle to add
ExtractQueryParamsError::into_response()as an error handler to your Pavex application.