pub fn reqwest_response_to_serverfn_err(err: Error) -> ServerFnErrorExpand description
Convert a RequestError into a ServerFnError.
This is a separate function to avoid bringing in reqwest into fullstack-core.
pub fn reqwest_response_to_serverfn_err(err: Error) -> ServerFnErrorConvert a RequestError into a ServerFnError.
This is a separate function to avoid bringing in reqwest into fullstack-core.