reqwest_response_to_serverfn_err

Function reqwest_response_to_serverfn_err 

Source
pub fn reqwest_response_to_serverfn_err(err: Error) -> ServerFnError
Expand description

Convert a RequestError into a ServerFnError.

This is a separate function to avoid bringing in reqwest into fullstack-core.