Expand description
Errors that can happen when extracting path parameters.
Structs§
- The error returned by
EncodedParamValue::decode
when the percent-decoded path parameter is not a valid UTF8 string. - One of the percent-decoded path parameters is not a valid UTF8 string.
- Something went wrong when trying to deserialize the percent-decoded URL parameters into the target type you specified—
T
inPathParams<T>
.
Enums§
- The kinds of errors that can happen when deserializing into a
PathParams
. - The error returned by
PathParams::extract
when the extraction fails.