Expand description
Errors that can happen when extracting path parameters.
Structs§
- Decode
Error - The error returned by
EncodedParamValue::decodewhen the percent-decoded path parameter is not a valid UTF8 string. - Invalid
Utf8 InPath Param - One of the percent-decoded path parameters is not a valid UTF8 string.
- Path
Deserialization Error - Something went wrong when trying to deserialize the percent-decoded URL parameters into
the target type you specified—
TinPathParams<T>.
Enums§
- Error
Kind - The kinds of errors that can happen when deserializing into a
PathParams. - Extract
Path Params Error - The error returned by
PathParams::extractwhen the extraction fails.
Constants§
- EXTRACT_
PATH_ PARAMS_ ERROR_ INTO_ RESPONSE - A handle to add
ExtractPathParamsError::into_response()as an error handler to your Pavex application.